Ejemplo n.º 1
0
 private void MainForm_Paint(object sender, PaintEventArgs e)
 {
     view.VC = this;
     view.Paint(e);
 }