Ejemplo n.º 1
0
 public void refreshLabelEmpId()
 {
     EMP_DAL.Auths a = new EMP_DAL.Auths();
     int b = Convert.ToInt32(a.getNextEmpId());
     b = b + 1;
     Label1.Text = "EmpId: " + b;
     x = b;
 }
Ejemplo n.º 2
0
        public void refreshLabelEmpId()
        {
            EMP_DAL.Auths a = new EMP_DAL.Auths();
            int           b = Convert.ToInt32(a.getNextEmpId());

            b           = b + 1;
            Label1.Text = "EmpId: " + b;
            x           = b;
        }