private void button1_Click(object sender, EventArgs e)
        {
            AttendanceForm AF = new AttendanceForm(EmployeeID);

            AF.ShowDialog();
        }
Beispiel #2
0
        private void attendanceToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AttendanceForm AF = new AttendanceForm("");

            AF.ShowDialog();
        }
Beispiel #3
0
        private void button2_Click(object sender, EventArgs e)
        {
            AttendanceForm AF = new AttendanceForm("");

            AF.ShowDialog();
        }