Esempio n. 1
0
 private void AddEmployee()
 {
     EmployeeRegistrationForm add = new EmployeeRegistrationForm();
     add.ShowDialog();
     if(add.DialogResult == true)
         LoadData(null);
 }
Esempio n. 2
0
        private void AddEmployee()
        {
            EmployeeRegistrationForm add = new EmployeeRegistrationForm();

            add.Show();
        }