コード例 #1
0
        private void Button_Click2(object sender, RoutedEventArgs e)
        {
            int id = Int32.Parse(((Button)sender).Tag.ToString());

            _viewModel.DeleteTransaction(id);
        }