C# Class ConfigTool.TextEditorPopup

Inheritance: System.Windows.Forms.Form
Show file Open project: fragmer/fCraft Class Usage Examples

Public Methods

Method Description
TextEditorPopup ( string _fileName, string defaultValue ) : System

Private Methods

Method Description
CheckForLongLines ( ) : bool
bOK_Click ( object sender, EventArgs e ) : void
tRules_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

TextEditorPopup() public method

public TextEditorPopup ( string _fileName, string defaultValue ) : System
_fileName string
defaultValue string
return System