Example #1
0
 public CreateCustomerViewModel(ShellViewModel shellViewModel)
 {
     MainWindow = shellViewModel;
 }
Example #2
0
 public ModifyClientViewModel(ShellViewModel shellViewModel)
 {
     MainWindow      = shellViewModel;
     customerManager = new CustomerManager();
     ClientProps     = new BindableCollection <string>(customerManager.GetProps());
 }