private void button1_Click(object sender, EventArgs e) { AttendanceForm AF = new AttendanceForm(EmployeeID); AF.ShowDialog(); }
private void attendanceToolStripMenuItem_Click(object sender, EventArgs e) { AttendanceForm AF = new AttendanceForm(""); AF.ShowDialog(); }
private void button2_Click(object sender, EventArgs e) { AttendanceForm AF = new AttendanceForm(""); AF.ShowDialog(); }