예제 #1
0
 public override void Render(Graphics g)
 {
     g.DrawFrame(this, this);
 }
예제 #2
0
 public override void Render(Graphics g)
 {
     g.DrawFrame(Model, this, this);
 }