コード例 #1
0
        public BatchMasterWizard(BatchMasterController batchMasterController, BatchMasterViewModel batchMasterViewModel)
        {
            InitializeComponent();

            this.batchMasterController = batchMasterController;
            this.batchMasterViewModel  = batchMasterViewModel;
        }
コード例 #2
0
        public BatchNumber(System.Windows.Input.KeyEventArgs e)
        {
            InitializeComponent();
            BatchMasterViewModel batchMasterViewModel = new BatchMasterViewModel();

            this.DataContext = batchMasterViewModel;
            this.BatchNumberGridView.Focus();
            row = e;
        }