Xwt.SaveFileDialog.CheckNotRunning C# (CSharp) Méthode

CheckNotRunning() private méthode

private CheckNotRunning ( ) : void
Résultat void
		void CheckNotRunning ()
		{
			if (running)
				throw new InvalidOperationException ("Options can't be modified when the dialog is running");
		}