private void mEmployeeListBtn_Click(object sender, EventArgs e) { this.Visible = false; EmpListAdmin showEmp = new EmpListAdmin(this); showEmp.Visible = true; }
public addEmployee(EmpListAdmin empList) { InitializeComponent(); this.empList = empList; }