SIL.FieldWorks.Common.Controls.ProgressDialogWithTask.ProgressDialogWithTask C# (CSharp) Method

ProgressDialogWithTask() public method

Initializes a new instance of the ProgressDialogWithTask class that will create an actual progress dialog box to track the progress.
public ProgressDialogWithTask ( Form owner ) : System
owner System.Windows.Forms.Form The form to use as the owner when creating the actual progress /// dialog.
return System
		public ProgressDialogWithTask(Form owner)
			: this(owner, owner)
		{
		}

Same methods

ProgressDialogWithTask::ProgressDialogWithTask ( Form owner, ISynchronizeInvoke synchronizeInvoke ) : System
ProgressDialogWithTask::ProgressDialogWithTask ( ISynchronizeInvoke synchronizeInvoke ) : System