public ViewModelNoConsiderAssignedCommands()
			{
				NewCustomerCommand = new MyAsyncCommand(() => { });
			}
Example #2
0
 public ViewModelNoConsiderAssignedCommands()
 {
     NewCustomerCommand = new MyAsyncCommand(this, () => { });
 }