Exemplo n.º 1
0
 /// <summary>
 /// Show the setup form
 /// </summary>
 /// <param name="batchClass">The batch class for the setup</param>
 /// <returns></returns>
 public DialogResult ShowDialog(IBatchClass batchClass)
 {
     this.batchClass = batchClass;
     LoadSettings();
     return(this.ShowDialog());
 }
Exemplo n.º 2
0
 public DialogResult ShowDialog(IBatchClass batchClass)
 {
     BatchClass = batchClass;
     // load previous settings
     return(this.ShowDialog());
 }