C# Class WikiFunctions.ReplaceSpecial.RuleTreeHistory

Show file Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Methods

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

Private Methods

Method Description
Copy ( TreeNodeCollection col ) : List
InternalSave ( ) : void
Restore ( ) : void
UpdateNames ( TreeNode t ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

RuleTreeHistory() public method

public RuleTreeHistory ( TreeView tv ) : System.Collections.Generic
tv System.Windows.Forms.TreeView
return System.Collections.Generic

Save() public method

public Save ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void