Пример #1
0
 private void MainForm_KeyPress(object sender, KeyPressEventArgs e)
 {
     view.VC = this;
     view.KeyPress(e);
 }