예제 #1
0
 public Maintenance(StudentHelperMainForm owner) : base(owner)
 {
     InitializeComponent();
     this.Student = new Student();
     this.College = new College();
     this.Plan    = new Plan();
 }
예제 #2
0
 public Alarm(StudentHelperMainForm owner) : base(owner)
 {
     InitializeComponent();
     AlarmName = new List <string>();
     Alarmss   = new List <List <string> >();
 }
예제 #3
0
 public CommomControls(StudentHelperMainForm owner)
 {
     InitializeComponent();
     this.Owner = owner;
 }
예제 #4
0
 public Side(StudentHelperMainForm owner) : base(owner)
 {
     InitializeComponent();
 }
예제 #5
0
 public Top(StudentHelperMainForm owner) : base(owner)
 {
     InitializeComponent();
     this.labelVersion.Text = Version;
 }
예제 #6
0
 public Bottom(StudentHelperMainForm owner) : base()
 {
     InitializeComponent();
     this.Owner = owner;
 }
 public ConfigurationMaintenance(StudentHelperMainForm owner) : base(owner)
 {
     InitializeComponent();
     ConfigurationDirectory = Directory.GetCurrentDirectory();
 }