C# Class nHydrate.Generator.Common.GeneratorFramework.BaseUIControl

Inheritance: ModelObjectUserInterface
Show file Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
mBtnApply System.Windows.Forms.Button
mBtnCancel System.Windows.Forms.Button

Public Methods

Method Description
BaseUIControl ( )

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnApplyButtonClick ( object sender, System e ) : void
OnCancelButtonClick ( object sender, System e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

mBtnApply_Click ( object sender, System e ) : void
mBtnCancel_Click ( object sender, System e ) : void

Method Details

BaseUIControl() public method

public BaseUIControl ( )

Dispose() protected method

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

OnApplyButtonClick() protected method

protected OnApplyButtonClick ( object sender, System e ) : void
sender object
e System
return void

OnCancelButtonClick() protected method

protected OnCancelButtonClick ( object sender, System e ) : void
sender object
e System
return void

Property Details

mBtnApply protected property

protected System.Windows.Forms.Button mBtnApply
return System.Windows.Forms.Button

mBtnCancel protected property

protected System.Windows.Forms.Button mBtnCancel
return System.Windows.Forms.Button