Example #1
0
 private void frmEmpView_Load(object sender, EventArgs e)
 {
     dataGridView1.DataSource = bl.SelectEmployees();
 }