Ejemplo n.º 1
0
        private void 管理考勤信息ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AttendanceManage attendanceManage = new AttendanceManage();

            attendanceManage.ShowDialog();
        }
Ejemplo n.º 2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            AttendanceManage attendanceManage = new AttendanceManage();

            attendanceManage.ShowDialog();
        }