コード例 #1
0
ファイル: Rectangle.cs プロジェクト: drypa/GofPatterns
 public void Draw(IDrawer drawer)
 {
     drawer.DrawRectrangle(this);
 }