C# Class LitDev.FormAbout

Inheritance: System.Windows.Forms.Form
Show file Open project: litdev1/LitDev Class Usage Examples

Public Methods

Method Description
FormAbout ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
buttonChanges_Click ( object sender, EventArgs e ) : void
linkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FormAbout() public method

public FormAbout ( ) : System
return System