Example #1
0
 private void All()
 {
     try
     {
         DGVEmployee.DataSource = employeeModel.All();
     }
     catch (Exception Ex)
     {
         PBLog.Save(this, Ex);
     }
 }