C# Class PinkieControls.FormEx

Inheritance: System.Windows.Forms.Form
Show file Open project: NanQi/demo

Private Properties

Property Type Description
InitializeComponent void
timer_Tick void

Public Methods

Method Description
FormEx ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnLoad ( EventArgs e ) : void

Private Methods

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

Method Details

Dispose() protected method

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

FormEx() public method

public FormEx ( ) : System
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void