C# Class SphereStudio.Plugins.UndoRedo.LayerTilesPage

Inheritance: HistoryPage
Datei anzeigen Open project: Radnen/spherestudio

Public Methods

Method Description
LayerTilesPage ( MapControl parent, short tiles_old, short tiles_new, short layer ) : System
Redo ( ) : void
Undo ( ) : void

Method Details

LayerTilesPage() public method

public LayerTilesPage ( MapControl parent, short tiles_old, short tiles_new, short layer ) : System
parent SphereStudio.Plugins.Components.MapControl
tiles_old short
tiles_new short
layer short
return System

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void