Пример #1
0
        private void CommandBinding_Executed_Delete(object sender, ExecutedRoutedEventArgs e)
        {
            TradeConfigInfo selInfo = (e.OriginalSource as DataGridRow).DataContext as TradeConfigInfo;

            vm.DelTradingSettingInfo(selInfo);
        }