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