AddMapSurrounds.CreateNorthArrow.RegisterFunction C# (CSharp) Method

RegisterFunction() private method

private RegisterFunction ( String sKey ) : void
sKey String
return void
		static void RegisterFunction(String sKey)
		{
			ControlsCommands.Register(sKey);
		}
		[ComUnregisterFunction()]