C# Class IPATools.PlistEditor.PlistEditControl

Show file Open project: shootsoft/PListEditor Class Usage Examples

Public Methods

Method Description
Editor_TextChanged ( object sender, EventArgs e ) : void
PlistEditControl ( FATabStrip tabStrip, string title, PlistInfo p = null ) : System
Save ( bool isBinaryFormat = false, string path = "" ) : void

Private Methods

Method Description
FormatXml ( ) : void

Method Details

Editor_TextChanged() public method

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

PlistEditControl() public method

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

Save() public method

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