private void 管理考勤信息ToolStripMenuItem_Click(object sender, EventArgs e) { AttendanceManage attendanceManage = new AttendanceManage(); attendanceManage.ShowDialog(); }
private void Button2_Click(object sender, EventArgs e) { AttendanceManage attendanceManage = new AttendanceManage(); attendanceManage.ShowDialog(); }