C# 클래스 IPATools.PlistEditor.MainController

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

공개 메소드들

메소드 설명
CreateNew ( FarsiLibrary tabStrip ) : void
MainController ( Form frm ) : System
Open ( FarsiLibrary faTabStripMain, string path = "" ) : void

비공개 메소드들

메소드 설명
BindSystem ( ) : void
Close ( TabStripItemClosingEventArgs e = null ) : bool
CloseTab ( FATabStripItem tab, bool goClose ) : void
CreateTab ( FarsiLibrary tabStrip, string title, PlistInfo p = null ) : PlistEditControl
EditRedo ( ) : void
EditUndo ( ) : void
Exit ( FormClosingEventArgs e = null ) : void
FormatXml ( ) : void
OpenPath ( ) : void
Save ( PlistEditControl edit = null, bool saveAs = false, bool isBinaryFormat = false ) : void
SetActivate ( FATabStripItem tab ) : void
drop_DropNotice ( object sender, DropFileEventArgs e ) : void

메소드 상세

CreateNew() 공개 메소드

public CreateNew ( FarsiLibrary tabStrip ) : void
tabStrip FarsiLibrary
리턴 void

MainController() 공개 메소드

public MainController ( Form frm ) : System
frm System.Windows.Forms.Form
리턴 System

Open() 공개 메소드

public Open ( FarsiLibrary faTabStripMain, string path = "" ) : void
faTabStripMain FarsiLibrary
path string
리턴 void