public StudentInfoForm(string parentDatabasePath, AttendanceReport attendanceReport)
 {
     InitializeComponent();
     databasePath = parentDatabasePath;
     this.attendanceReport = attendanceReport;
     this.MaximizeBox = false;
     this.FormBorderStyle = FormBorderStyle.FixedSingle;
 }
示例#2
0
 public StudentInfoForm(string parentDatabasePath, AttendanceReport attendanceReport)
 {
     InitializeComponent();
     databasePath          = parentDatabasePath;
     this.attendanceReport = attendanceReport;
     this.MaximizeBox      = false;
     this.FormBorderStyle  = FormBorderStyle.FixedSingle;
 }