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