C# Class YurtleTrack.View.FormOptions

Inheritance: System.Windows.Forms.Form, IOptionsView
ファイルを表示 Open project: scottiemc7/YurtleTrack

Public Methods

Method Description
FormOptions ( [ originator ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
FormOptions ( ) : System
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void

Method Details

FormOptions() public method

public FormOptions ( [ originator ) : System
originator [
return System

OnLoad() protected method

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