Mono.UIAutomation.Winforms.FormProvider.Terminate C# (CSharp) Méthode

Terminate() public méthode

public Terminate ( ) : void
Résultat void
		public override void Terminate ()
		{
			// We are trying to Terminate our events, however the instance
			// is already disposed so can't remove the delegates
			if (!AlreadyClosed)
				base.Terminate ();
		}