SIL.FieldWorks.FieldWorks.DoNothing C# (CSharp) Méthode

DoNothing() public static méthode

Dummy method to be used for InvokeOnEventsThread which is used as a way to initialize the Broadcast window and prevent errors on shutdown.
public static DoNothing ( ) : void
Résultat void
		public static void DoNothing()
		{
		}
		#endregion
FieldWorks