C# Class fCraft.ConfigGUI.TextEditorPopup

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: GlennMR/800craft Class Usage Examples

Méthodes publiques

Méthode Description
TextEditorPopup ( string fileName, string defaultValue ) : System

Private Methods

Méthode Description
ContainsLongLines ( ) : bool
bInsertColor_Click ( object sender, EventArgs e ) : void
bInsertKeyword_Click ( object sender, EventArgs e ) : void
bOK_Click ( object sender, EventArgs e ) : void
bReset_Click ( object sender, EventArgs e ) : void
tRules_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

TextEditorPopup() public méthode

public TextEditorPopup ( string fileName, string defaultValue ) : System
fileName string
defaultValue string
Résultat System