AddMapSurrounds.CreateScaleText.UnregisterFunction C# (CSharp) Method

UnregisterFunction() private method

private UnregisterFunction ( String sKey ) : void
sKey String
return void
		static void UnregisterFunction(String sKey)
		{
			ControlsCommands.Unregister(sKey);
		}
		#endregion