Beispiel #1
0
 private void StudentView_Load(object sender, EventArgs e)
 {
     Student.Load();
     Print();
 }
Beispiel #2
0
 private void Main_Load(object sender, EventArgs e)
 {
     Book.Load();
     Student.Load();
     Giving.Load();
 }