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