Пример #1
0
 public ReportDialogBox(Building apartment) : this()
 {
     this.apartment = apartment;
     controller     = new ReportModule(Util.CONNECTION_DETAILS.CONNECITION_STRING);
     controller.setMonthAndYears(this, apartment);
 }