C# Class IPATools.PlistEditor.PlistEditControl

Afficher le fichier Open project: shootsoft/PListEditor Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
FormatXml ( ) : void

Method Details

Editor_TextChanged() public méthode

public Editor_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

PlistEditControl() public méthode

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

Save() public méthode

public Save ( bool isBinaryFormat = false, string path = "" ) : void
isBinaryFormat bool
path string
Résultat void