Mono.UIAutomation.Winforms.FormProvider.Terminate C# (CSharp) Method

Terminate() public method

public Terminate ( ) : void
return 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 ();
		}