C# Class QReader.Form1

Datei anzeigen Open project: allanmc/Spring-brAIn

Public Properties

Property Type Description
validVersion ushort

Public Methods

Method Description
Form1 ( string args ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Required method for Designer support - do not modify the contents of this method with the code editor.

appendText ( string str ) : void
button_load_Click ( object sender, EventArgs e ) : void
reLoadFile ( ) : void
richTextBox1_DragDrop ( object sender, DragEventArgs e ) : void
richTextBox1_DragEnter ( object sender, DragEventArgs e ) : void
setText ( string str ) : void
update_btn_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( string args ) : System
args string
return System

Property Details

validVersion public_oe property

public ushort validVersion
return ushort