Esempio n. 1
0
 public EDSL_SelectDates(EDSL_System systemGUI, string seasonName)
 {
     this.systemGUI  = systemGUI;
     this.seasonName = seasonName;
     InitializeComponent();
     RefreshGrid();
 }
Esempio n. 2
0
 public EDSL_Results(EDSL_System systemGUI)
 {
     this.systemGUI = systemGUI;
     InitializeComponent();
 }