Свойство | Тип | Описание | |
---|---|---|---|
destino | string | ||
fechaLlegada | string | ||
fechaSalida | string | ||
formularioSiguiente | |||
matricula | string | ||
origen | string | ||
primeraVez | System.Boolean | ||
seleccionoViaje | System.Boolean | ||
viaje | string |
Метод | Описание | |
---|---|---|
Form1 ( ) : System | ||
completarCantidades ( int butacas, string kilos ) : void | ||
seSelecciono ( string ciudad ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
Form1_Load ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
button1_Click ( object sender, |
||
button2_Click ( object sender, |
||
button3_Click ( object sender, |
||
button4_Click ( object sender, |
||
button5_Click ( object sender, |
||
cambiarVisibilidades ( |
||
dateTimePicker1_ValueChanged ( object sender, |
||
dg_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
dg_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void | ||
inicio ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public completarCantidades ( int butacas, string kilos ) : void | ||
butacas | int | |
kilos | string | |
Результат | void |
public seSelecciono ( string ciudad ) : void | ||
ciudad | string | |
Результат | void |
public Form,System.Windows.Forms formularioSiguiente | ||
Результат |