C# 클래스 IPATools.PlistEditor.PlistEditControl

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

공개 메소드들

메소드 설명
Editor_TextChanged ( object sender, EventArgs e ) : void
PlistEditControl ( FATabStrip tabStrip, string title, PlistInfo p = null ) : System
Save ( bool isBinaryFormat = false, string path = "" ) : void

비공개 메소드들

메소드 설명
FormatXml ( ) : void

메소드 상세

Editor_TextChanged() 공개 메소드

public Editor_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

PlistEditControl() 공개 메소드

public PlistEditControl ( FATabStrip tabStrip, string title, PlistInfo p = null ) : System
tabStrip FarsiLibrary.Win.FATabStrip
title string
p PlistInfo
리턴 System

Save() 공개 메소드

public Save ( bool isBinaryFormat = false, string path = "" ) : void
isBinaryFormat bool
path string
리턴 void