示例#1
0
 private void MainForm_KeyDown(object sender, KeyEventArgs e)
 {
     view.VC = this;
     view.InternalKeyDown(e);
 }