Пример #1
0
 private void fillEmployeList()
 {
     ctx = new odevFormAppEntities1();
     dataGridView1.DataSource = ctx.Employee.ToList();
 }