Catch (Exception any)
{
label8.Text = "Значение элемента" +
"A[" + i.ToString() +", " + j.ToString() + " ]"
+ " не корректно. Повторите ввод!";
dataGridView1.Rows[i].Cells[j].Selected= true;
return;
}
}
for (int i = 0; i < n; i++)
for (int j = 0; j < p; j++)
{
do
{
correct = true;
Try
{
elem =
dataGridView2.Rows[i].Cells[j].Value.ToString();
B[i, j] = Convert.ToDouble(elem);
label9.Text = "";
}
Читайте також: - A hand had appeared amongst the flames, groping as though to catch hold of something; a stubby, short-fingered hand covered in ugly old-fashioned rings.
- Ernie lowered his voice mysteriously, the Hufflepuffs bent closer, and Harry edged nearer so that he could catch Ernie’s words.
- Lupin’s briefcase slipped from the desk; he had to stoop quickly to catch it.
- Mr. Weasley pointed ahead of them, where a large black mass rose beyond the village of Ottery St. Catchpole.
- She stopped dead, catching her breath with a frightened look at her husband, whose expression was suddenly wooden.
Не знайшли потрібну інформацію? Скористайтесь пошуком google:
|
|