예제 #1
0
 /// <summary>
 /// Initializes a new instance of the UpdateCustomerCommand class.
 /// </summary>
 public ICUpdateListsCommand(c_MainViewModel viewModel)
 {
     m_ViewModel = viewModel;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the UpdateCustomerCommand class.
 /// </summary>
 public ICAutoMode(c_MainViewModel viewModel)
 {
     m_ViewModel = viewModel;
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of the UpdateCustomerCommand class.
 /// </summary>
 public ICCreateAction(c_MainViewModel viewModel)
 {
     m_ViewModel = viewModel;
 }