SIL.FieldWorks.Common.Controls.ProgressDialogWithTaskDlgImpl.LaunchDialogAndStartTask C# (CSharp) Method

LaunchDialogAndStartTask() public method

Kicks off a timer to send the Start event to any listeners and show the progress dialog
public LaunchDialogAndStartTask ( IWin32Window owner ) : DialogResult
owner IWin32Window
return DialogResult
		public DialogResult LaunchDialogAndStartTask(IWin32Window owner)
		{
			_timer.Start();
			return ShowDialog(owner);
		}