C# Class YurtleTrack.View.FormOptions

Inheritance: System.Windows.Forms.Form, IOptionsView
Afficher le fichier Open project: scottiemc7/YurtleTrack

Méthodes publiques

Méthode Description
FormOptions ( [ originator ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
FormOptions ( ) : System
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void

Method Details

FormOptions() public méthode

public FormOptions ( [ originator ) : System
originator [
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void