public OfferSearchView(SimulationEDP mainWindow)
 {
     InitializeComponent();
     _mainWindow = mainWindow;
     service     = new CustQuotasService();
     LoadGrid();
 }
 public OfferSearchView(CostFormationView viewCostFormation)
 {
     InitializeComponent();
     _viewCostFormation = viewCostFormation;
     service            = new CustQuotasService();
     LoadGrid();
 }
Beispiel #3
0
 public CostFormationView()
 {
     InitializeComponent();
     serviceCompOp  = new CustQuotaCompOpService();
     serviceItem    = new ItemsService();
     serviceCQ      = new CustQuotasService();
     serviceOp      = new OperationService();
     serviceWorkers = new WorkersService();
     familyService  = new OPFamilyService();
     companyService = new CompanyService();
     tcsService     = new TBCostFormationService();
     rb100PercentServices.IsChecked = true;
 }