C# Class SphereStudio.Plugins.UndoRedo.TileListPage

Inheritance: HistoryPage
显示文件 Open project: Radnen/spherestudio

Public Methods

Method Description
Redo ( ) : void
TileListPage ( MapControl parent, List tiles, short layer ) : System
Undo ( ) : void

Method Details

Redo() public method

public Redo ( ) : void
return void

TileListPage() public method

public TileListPage ( MapControl parent, List tiles, short layer ) : System
parent SphereStudio.Plugins.Components.MapControl
tiles List
layer short
return System

Undo() public method

public Undo ( ) : void
return void