C# Class AerolineaFrba.Compra.Form1

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

Méthodes publiques

Свойство Type Description
destino string
fechaLlegada string
fechaSalida string
formularioSiguiente System.Windows.Forms.Form
matricula string
origen string
primeraVez System.Boolean
seleccionoViaje System.Boolean
viaje string

Méthodes publiques

Méthode Description
Form1 ( ) : System
completarCantidades ( int butacas, string kilos ) : void
seSelecciono ( string ciudad ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
dateTimePicker1_ValueChanged ( object sender, EventArgs e ) : void
dg_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dg_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs 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

Form1() public méthode

public Form1 ( ) : System
Résultat System

completarCantidades() public méthode

public completarCantidades ( int butacas, string kilos ) : void
butacas int
kilos string
Résultat void

seSelecciono() public méthode

public seSelecciono ( string ciudad ) : void
ciudad string
Résultat void

Property Details

destino public_oe property

public string destino
Résultat string

fechaLlegada public_oe property

public string fechaLlegada
Résultat string

fechaSalida public_oe property

public string fechaSalida
Résultat string

formularioSiguiente public_oe property

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

matricula public_oe property

public string matricula
Résultat string

origen public_oe property

public string origen
Résultat string

primeraVez public_oe property

public Boolean,System primeraVez
Résultat System.Boolean

seleccionoViaje public_oe property

public Boolean,System seleccionoViaje
Résultat System.Boolean

viaje public_oe property

public string viaje
Résultat string