예제 #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     studentsDataView = StudentsViewDisplay.ShowStudentsGrid(studentsDataView, XmlHandler.GetDB());
 }
예제 #2
0
 private void StudentsView_Activated(object sender, EventArgs e)
 {
     studentsDataView = StudentsViewDisplay.ShowStudentsGrid(studentsDataView, XmlHandler.GetDB());
 }
예제 #3
0
 private void StudentsView_Load(object sender, EventArgs e)
 {
     DBHandler.CheckIntegrity();
     studentsDataView = StudentsViewDisplay.ShowStudentsGrid(studentsDataView, XmlHandler.GetDB());
 }