Пример #1
0
 /// <summary>
 /// Create a new FileSelectionStep
 /// </summary>
 public FileSelectionStep()
     : base()
 {
     ui = new FileSelectionStepUI(()=>this.BrowseDialogTitle);
     this.UI = ui;
     ui.StateChangeEvent = (object sender, EventArgs args) => { this.StateUpdated(); };
 }
Пример #2
0
 /// <summary>
 /// Create a new FileSelectionStep
 /// </summary>
 public FileSelectionStep()
     : base()
 {
     ui                  = new FileSelectionStepUI(() => this.BrowseDialogTitle);
     this.UI             = ui;
     ui.StateChangeEvent = (object sender, EventArgs args) => { this.StateUpdated(); };
 }