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