sc 4 years ago
parent
commit
a3a2384ac0
  1. 2
      View/QueryView.xaml.cs

2
View/QueryView.xaml.cs

@ -56,7 +56,7 @@ namespace Audit.View
int rownum = this.DataGridDyelots.SelectedIndex;
string DataGridDyelots_value = (DataGridDyelots.Columns[0].GetCellContent(DataGridDyelots.Items[rownum]) as TextBlock).Text;
Dyelots_Dyelot.Text = DataGridDyelots_value.ToString();
if (Dyelots_Dyelot != null)
if (DataGridDyelots_value != null)
{
}

Loading…
Cancel
Save