Esempio n. 1
0
 private void vwBuildingOptions_SelectionChanged(object sender, EventArgs e)
 {
     if (vwBuildingOptions.CurrentRow != null)
     {
         _presenter.vwBuildingOptions_SelectionChanged(vwBuildingOptions.CurrentRow.Index);
     }
 }
Esempio n. 2
0
 private void vwBuildingOptions_SelectionChanged(object sender, EventArgs e)
 {
     _presenter.vwBuildingOptions_SelectionChanged(0);
 }