C# 클래스 Treefrog.Plugins.Tiles.Commands.DefloatTileSelectionCommand

상속: Treefrog.Presentation.Commands.Command
파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
DefloatTileSelectionCommand ( MultiTileGridLayer source, ITileSelectionLayer selectLayer ) : System.Collections.Generic
Execute ( ) : void
Redo ( ) : void
Undo ( ) : void

메소드 상세

DefloatTileSelectionCommand() 공개 메소드

public DefloatTileSelectionCommand ( MultiTileGridLayer source, ITileSelectionLayer selectLayer ) : System.Collections.Generic
source Treefrog.Framework.Model.MultiTileGridLayer
selectLayer ITileSelectionLayer
리턴 System.Collections.Generic

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void