コード例 #1
0
 public static void DrawShape(ParentShape ps)
 {
     ps.Draw();
 }