|
|
|
@ -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) |
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
|