示例#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();
        }