C# Class AerolineaFrba.Compra.Form3

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: santileira/BHLP Class Usage Examples

Méthodes publiques

Свойство Type Description
anterior System.Windows.Forms.Form
cantidadButacasDisponibles int
cantidadKilosDisponibles double
formularioSiguiente System.Windows.Forms.Form

Méthodes publiques

Méthode Description
Form3 ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Form3_Load ( object sender, EventArgs e ) : void
Form_VisibleChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
chkEncomiendas_CheckedChanged ( object sender, EventArgs e ) : void
chkPasajes_CheckedChanged ( object sender, EventArgs e ) : void
inicio ( ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Form3() public méthode

public Form3 ( ) : System
Résultat System

Property Details

anterior public_oe property

public Form,System.Windows.Forms anterior
Résultat System.Windows.Forms.Form

cantidadButacasDisponibles public_oe property

public int cantidadButacasDisponibles
Résultat int

cantidadKilosDisponibles public_oe property

public double cantidadKilosDisponibles
Résultat double

formularioSiguiente public_oe property

public Form,System.Windows.Forms formularioSiguiente
Résultat System.Windows.Forms.Form