Exemplo n.º 1
0
 public FormMain()
 {
     InitializeComponent();
     _reportMasterService = new ReportMasterService();
     _indicateReportService = new IndicateReportService();
     _actualModelService = new ActualModelService();
     _processService = new ProcessService();
 }
Exemplo n.º 2
0
 public XtraForm1()
 {
     InitializeComponent();
     _reportMasterService = new ReportMasterService();
     
 }