C# Class SphereStudio.Plugins.UndoRedo.LayerPage

Inheritance: HistoryPage
Datei anzeigen Open project: Radnen/spherestudio

Public Methods

Method Description
LayerPage ( MapControl parent, List before, List after, byte start_before, byte start_after ) : System
Redo ( ) : void
Undo ( ) : void

Method Details

LayerPage() public method

public LayerPage ( MapControl parent, List before, List after, byte start_before, byte start_after ) : System
parent SphereStudio.Plugins.Components.MapControl
before List
after List
start_before byte
start_after byte
return System

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void