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