Пример #1
0
 /// <summary>
 /// This constructor will immediately show the ProgressDialog in a non-modal fashion.
 /// </summary>
 /// <param name="parentForm">The parent, or owning form for the ProgressDialog</param>
 /// <param name="command">The AsyncCommand c</param>
 public ProgressDialogHandler(Form parentForm, BasicCommand command)
     : this(parentForm, command, "From Handler for: " + command.GetType())
 {
 }