#pragma endregion
private: void seks()
{
while (true)
{
int command1 = _getch();
if (command1 == 121)
{
MessageBox::Show("ХЗ", "ХЗ", MessageBoxButtons::OK, MessageBoxIcon::Asterisk);
break;
}
}
}
private: System::Void comboBox1_SelectedIndexChanged(System::Object^ sender, System::EventArgs^ e)
{
if (comboBox1->SelectedIndex == 0)
{
seks();
MessageBox::Show("ХЗ", "ХЗ", MessageBoxButtons::OK, MessageBoxIcon::Asterisk);
}
}