Пример #1
0
        private void Get_Emp_By_BT_Click(object sender, EventArgs e)
        {
            this.Hide();
            getempbychmode f = new getempbychmode(this, nme, "1");

            f.Show();
        }
Пример #2
0
 public getempbymid(GetEmpBy m, getempbychmode c)
 {
     cobj = new Controller();
     mf   = m;
     cf   = c;
     InitializeComponent();
 }
Пример #3
0
 public getempbyf(GetEmpBy m, getempbychmode c, int i)
 {
     id   = i;
     cobj = new Controller();
     mf   = m;
     cf   = c;
     InitializeComponent();
 }