Exemple #1
0
 public FormDiagrams(ControllerDiagrams service, ControllerValidation validation, ControllerPrinting serviceP)
 {
     InitializeComponent();
     this.service    = service;
     this.serviceP   = serviceP;
     this.validation = validation;
 }
Exemple #2
0
 public FormReports(ControllerReporting serviceR, ContractAgent serviceCA, ControllerPrinting serviceP, ControllerValidation validation)
 {
     InitializeComponent();
     this.serviceR   = serviceR;
     this.serviceCA  = serviceCA;
     this.serviceP   = serviceP;
     this.validation = validation;
 }
 public FormFillingContracts(ControllerDirection serviceD, ControllerClient serviceC, ControllerContractClient serviceCC,
                             ContractAgent serviceCA, ControllerService serviceS, ControllerPrinting serviceP, ControllerValidation validation)
 {
     InitializeComponent();
     this.serviceD   = serviceD;
     this.serviceCC  = serviceCC;
     this.serviceC   = serviceC;
     this.serviceS   = serviceS;
     this.serviceCA  = serviceCA;
     this.validation = validation;
     this.serviceP   = serviceP;
 }