コード例 #1
0
 private void ExecuteShowWindowCommand()
 {
     var vm = new DataGridButtonSubViewModel();
     vm.ItemName = CurrentRowItem.ItemName;
     vm.Quantity = CurrentRowItem.Quantity;
     WindowDisplayService.ShowDialog("SubWindowKey", vm);
 }
コード例 #2
0
        private void ExecuteShowWindowCommand()
        {
            var vm = new DataGridButtonSubViewModel();

            vm.ItemName = CurrentRowItem.ItemName;
            vm.Quantity = CurrentRowItem.Quantity;
            WindowDisplayService.ShowDialog("SubWindowKey", vm);
        }