C# Class WikiFunctions.ReplaceSpecial.RuleTreeHistory

Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Redo ( ) : void
RuleTreeHistory ( TreeView tv ) : System.Collections.Generic
Save ( ) : void
Undo ( ) : void

Private Methods

Méthode Description
Copy ( TreeNodeCollection col ) : List
InternalSave ( ) : void
Restore ( ) : void
UpdateNames ( TreeNode t ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

RuleTreeHistory() public méthode

public RuleTreeHistory ( TreeView tv ) : System.Collections.Generic
tv System.Windows.Forms.TreeView
Résultat System.Collections.Generic

Save() public méthode

public Save ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void