/// <summary> /// Initializes a new instance of the UpdateCustomerCommand class. /// </summary> public ICUpdateListsCommand(c_MainViewModel viewModel) { m_ViewModel = viewModel; }
/// <summary> /// Initializes a new instance of the UpdateCustomerCommand class. /// </summary> public ICAutoMode(c_MainViewModel viewModel) { m_ViewModel = viewModel; }
/// <summary> /// Initializes a new instance of the UpdateCustomerCommand class. /// </summary> public ICCreateAction(c_MainViewModel viewModel) { m_ViewModel = viewModel; }