Ejemplo n.º 1
0
		public CustomerUpdateCommand(CustomerViewModel viewModel) {
			this.viewModel = viewModel;
		}
Ejemplo n.º 2
0
		public MainWindow() {
			InitializeComponent();
			DataContext = new CustomerViewModel();
		}