C# Class RekdFileCompiler.FileCompiler

Inheritance: System.Windows.Forms.Form
显示文件 Open project: Naronco/Rekd-Sharp

Public Methods

Method Description
FileCompiler ( ) : System
ResetFormat ( System.Windows.Forms.RichTextBox tb ) : void
SetString ( System.Windows.Forms.RichTextBox tb ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
FileCompiler_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

Method Details

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

FileCompiler() public method

public FileCompiler ( ) : System
return System

ResetFormat() public method

public ResetFormat ( System.Windows.Forms.RichTextBox tb ) : void
tb System.Windows.Forms.RichTextBox
return void

SetString() public method

public SetString ( System.Windows.Forms.RichTextBox tb ) : void
tb System.Windows.Forms.RichTextBox
return void