示例#1
0
 protected override void OnPaint(PaintEventArgs e)
 {
     Graph.Draw(e.Graphics);
     base.OnPaint(e);
 }