コード例 #1
0
ファイル: Tree.cs プロジェクト: nik0p01/trainingEPAM
 public override void Draw(IDrawVisitor drawVisitor)
 {
     drawVisitor.DrawForTree(this);
 }