C# Class GKeyBank.UI.kForm

Inheritance: System.Windows.Forms.Form
Show file Open project: Alfred-Wallace/GKeyBank

Public Methods

Method Description
kForm ( ) : System

Protected Methods

Method Description
OnCreateControl ( ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnShown ( EventArgs e ) : void

Method Details

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
return void

OnShown() protected method

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

kForm() public method

public kForm ( ) : System
return System