C# Class SphereStudio.Plugins.UndoRedo.LayerPage

Inheritance: HistoryPage
Afficher le fichier Open project: Radnen/spherestudio

Méthodes publiques

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

Method Details

LayerPage() public méthode

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
Résultat System

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void