Exemple #1
0
 public UCCounterpartyViewModel()
 {
     Counterparty              = Model.Counterparty.CollectCounterParty();
     AddCounterpartyCommand    = new dll.utilites.DelegateCommand(AddCounterparty);
     SelectCounterpartyCommand = new dll.utilites.DelegateCommand(SelectCounterparty);
     CounterpartyView          = new View.CounterpartyView();
 }
Exemple #2
0
 public Item()
 {
     ChangeStatusCommand    = new dll.utilites.DelegateCommand(ChangeStatus);
     SaveCommand            = new dll.utilites.DelegateCommand(Save);
     ChangeDimensionCommand = new dll.utilites.DelegateCommand(ChangeDimension);
 }
Exemple #3
0
 public SurfaceItemViewModel()
 {
     AddItemCommand = new dll.utilites.DelegateCommand(AddItem);
     collectItems();
     itemView = new View.ItemView();
 }
Exemple #4
0
 public CounterpartyExternalViewModel()
 {
     DialogView_SaveOnClickCommand = new dll.utilites.DelegateCommand(DialogView_SaveOnClick);
     DialogView_BackOnClickCommand = new dll.utilites.DelegateCommand(DialogView_BackOnClick);
 }