public BatchMasterWizard(BatchMasterController batchMasterController, BatchMasterViewModel batchMasterViewModel) { InitializeComponent(); this.batchMasterController = batchMasterController; this.batchMasterViewModel = batchMasterViewModel; }
public BatchNumber(System.Windows.Input.KeyEventArgs e) { InitializeComponent(); BatchMasterViewModel batchMasterViewModel = new BatchMasterViewModel(); this.DataContext = batchMasterViewModel; this.BatchNumberGridView.Focus(); row = e; }