private void initialize(IEnumerable selections)
 {
     this.ui = (SelectionStepUI)this.UI;
     this.ui.StateChangeEvent = (object sender, EventArgs args) =>
     {
         this.StateUpdated();
     };
     this.ui.initialize(selections);
 }
Exemple #2
0
 private void initialize(IEnumerable selections)
 {
     this.ui = (SelectionStepUI)this.UI;
     this.ui.StateChangeEvent = (object sender, EventArgs args) => 
     {
         this.StateUpdated(); 
     };
     this.ui.initialize(selections);
 }