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