101
dataGridView1->DataMember = String::Format("{0}", НазваниеТеста);
КоличествоКолонок = dataGridView1->ColumnCount;
textBox1->Text = Convert::ToString(dataGridView1[0, 0]->Value);
textBox2->Text = Convert::ToString(dataGridView1[0, 1]->Value);
textBox3->Text = Convert::ToString(dataGridView1[0, 2]->Value);
textBox4->Text = Convert::ToString(dataGridView1[0, 3]->Value);
textBox5->Text = Convert::ToString(dataGridView1[0, 4]->Value);
textBox6->Text = Convert::ToString(dataGridView1[0, 5]->Value);
textBox7->Text = Convert::ToString(dataGridView1[0, 6]->Value);
textBox8->Text = Convert::ToString(dataGridView1[0, 7]->Value);
textBox9->Text = Convert::ToString(dataGridView1[0, 8]->Value);
textBox10->Text = Convert::ToString(dataGridView1[0, 9]->Value);
НомерВопроса = 1;
}
catch (Exception ^ Ситуация) {
// Отчет о других ошибках:
MessageBox::Show(Ситуация->Message, "Ошибка",
MessageBoxButtons::OK, MessageBoxIcon::Exclamation);
}
}
public: System::Void button3_Click(System::Object^ sender, System::EventArgs^
e) {
//Вперед
try {