C# Class AerolineaFrba.Compra.Form3

Inheritance: System.Windows.Forms.Form
Show file Open project: santileira/BHLP Class Usage Examples

Public Properties

Property Type Description
anterior System.Windows.Forms.Form
cantidadButacasDisponibles int
cantidadKilosDisponibles double
formularioSiguiente System.Windows.Forms.Form

Public Methods

Method Description
Form3 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

Form3() public method

public Form3 ( ) : System
return System

Property Details

anterior public property

public Form,System.Windows.Forms anterior
return System.Windows.Forms.Form

cantidadButacasDisponibles public property

public int cantidadButacasDisponibles
return int

cantidadKilosDisponibles public property

public double cantidadKilosDisponibles
return double

formularioSiguiente public property

public Form,System.Windows.Forms formularioSiguiente
return System.Windows.Forms.Form