예제 #1
0
        private void 管理考勤信息ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AttendanceManage attendanceManage = new AttendanceManage();

            attendanceManage.ShowDialog();
        }
예제 #2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            AttendanceManage attendanceManage = new AttendanceManage();

            attendanceManage.ShowDialog();
        }