コード例 #1
0
ファイル: CopyFigureCommand.cs プロジェクト: Alano13/Scene
 public void Apply(IScene scene)
 {
     scene.CopyFigure(this.name, this.copyName);
 }