C# Class AerolineaFrba.Compra.Form1

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

Public Properties

Property 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

Public Methods

Method Description
Form1 ( ) : System
completarCantidades ( int butacas, string kilos ) : void
seSelecciono ( string ciudad ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Form1() public method

public Form1 ( ) : System
return System

completarCantidades() public method

public completarCantidades ( int butacas, string kilos ) : void
butacas int
kilos string
return void

seSelecciono() public method

public seSelecciono ( string ciudad ) : void
ciudad string
return void

Property Details

destino public property

public string destino
return string

fechaLlegada public property

public string fechaLlegada
return string

fechaSalida public property

public string fechaSalida
return string

formularioSiguiente public property

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

matricula public property

public string matricula
return string

origen public property

public string origen
return string

primeraVez public property

public Boolean,System primeraVez
return System.Boolean

seleccionoViaje public property

public Boolean,System seleccionoViaje
return System.Boolean

viaje public property

public string viaje
return string