C# 클래스 WikiFunctions.ReplaceSpecial.RuleTreeHistory

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Redo ( ) : void
RuleTreeHistory ( TreeView tv ) : System.Collections.Generic
Save ( ) : void
Undo ( ) : void

비공개 메소드들

메소드 설명
Copy ( TreeNodeCollection col ) : List
InternalSave ( ) : void
Restore ( ) : void
UpdateNames ( TreeNode t ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

RuleTreeHistory() 공개 메소드

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

Save() 공개 메소드

public Save ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void