A
AndreiVinogradov
private: System::Void textBox1_KeyPress(System::Object^ sender, System::Windows::Forms::KeyPressEventArgs^ e)
{
if(e->KeyChar==13)
{
textBox2 //Переход к textBox2
}
}
{
if(e->KeyChar==13)
{
textBox2 //Переход к textBox2
}
}