コード例 #1
0
 public SelectCustomerViewModel()
 {
     _customerModel = new CustomerInformationModel();
     InitializeCustomers();
 }
コード例 #2
0
 public StartScreenPageViewModel()
 {
     _customerModel = new CustomerInformationModel();
     _configurationModel = new ConfigurationModel();
 }