Example #1
0
 private void AdminView_Load(object sender, EventArgs e)
 {
     dataGridViewEmployeeList.DataSource = dbconn.EmployeesList();
 }