示例#1
0
 public void Run(Component comp, Graphics cg)
 {
     if (comp.Peer_Renamed is LightweightPeer)
     {
         comp.PaintHeavyweightComponents(cg);
     }
     else
     {
         comp.PaintAll(cg);
     }
 }