Пример #1
0
 public void LoadSearchQuick(bool flag)
 {
     SearchVM = new DeliveryListVM();
     if (ContractType == ContractType.Purchase)
         SearchVM.Title = ResDelivery.PurchaseBLQuery;
     else if (ContractType == ContractType.Sales)
         SearchVM.Title = ResDelivery.SalesBLQuery;
     SearchVM.ContractType = ContractType;
     SearchVM.InitQuickSearch(flag);
 }