Xwt.SaveFileDialog.CheckNotRunning C# (CSharp) Method

CheckNotRunning() private method

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