Method | Description | |
---|---|---|
AboutForm ( ) : System | ||
Button1Click ( object sender, EventArgs e ) : void | ||
LinkLabel1LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void | ||
RichTextBox1TextChanged ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes resources used by the form.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.
|
public Button1Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public LinkLabel1LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void | ||
sender | object | |
e | LinkLabelLinkClickedEventArgs | |
return | void |
public RichTextBox1TextChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |