프로퍼티 | 타입 | 설명 | |
---|---|---|---|
anterior | Form | ||
butacas | Form | ||
butacasSelec | int | ||
cantidadButacas | int | ||
cantidadKilos | double | ||
efectuaCompra | Form | ||
kilosSelec | double | ||
servicioDeEncomiendas | Form |
메소드 | 설명 | |
---|---|---|
Form4 ( ) : System | ||
activarCompraEncomienda ( ) : void | ||
activarCompraPasajes ( ) : void | ||
agregarEncomienda ( DataGridViewRow registroEncomienda, string kilos, string importe, Boolean actualizarTabla, Boolean encontroCliente, string viaje_cod, string matricula ) : void | ||
agregarEncomienda ( string cliCod, string dni, string nom, string ape, string dire, string tel, string mail, string fechaNac, string kilos, string importe, Boolean actualizarTabla, Boolean encontroCliente, string viaje_cod, string matricula ) : void | ||
agregarPasaje ( DataGridViewRow registroCliente, string numero_butaca, string tipo_butaca, string importe, Boolean actualizarTabla, Boolean encontroCliente, string viaje_cod, string matricula ) : void | ||
agregarPasaje ( string cliCod, string dni, string nom, string ape, string dire, string tel, string mail, string fechaNac, string numero_butaca, string tipo_butaca, string importe, Boolean actualizarTabla, Boolean encontroCliente, string viaje_cod, string matricula ) : void | ||
butacasRestantes ( ) : int | ||
crearColumnas ( ) : void | ||
desactivarCompraEncomienda ( ) : void | ||
desactivarCompraPasajes ( ) : void | ||
habilitarBotonesCompra ( ) : void | ||
kilosRestantes ( ) : decimal | ||
seRegistroEncomiendaDelCliente ( String dni, String apellido ) : Boolean | ||
seRegistroPasajeDelCliente ( String dni, String apellido ) : Boolean |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
Form4_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.
|
|
agregarCampos ( DataGridView unDg ) : void | ||
apretoSi ( DialogResult resultado ) : Boolean | ||
button1_Click_1 ( object sender, EventArgs e ) : void | ||
button2_Click_1 ( object sender, EventArgs e ) : void | ||
button3_Click ( object sender, EventArgs e ) : void | ||
button4_Click_1 ( object sender, EventArgs e ) : void | ||
button5_Click_1 ( object sender, EventArgs e ) : void | ||
button6_Click ( object sender, EventArgs e ) : void | ||
cambiarVisibilidades ( Form formularioSiguiente ) : void | ||
dgEncomiendas_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void | ||
dgPasajes_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public agregarEncomienda ( DataGridViewRow registroEncomienda, string kilos, string importe, Boolean actualizarTabla, Boolean encontroCliente, string viaje_cod, string matricula ) : void | ||
registroEncomienda | DataGridViewRow | |
kilos | string | |
importe | string | |
actualizarTabla | Boolean | |
encontroCliente | Boolean | |
viaje_cod | string | |
matricula | string | |
리턴 | void |
public agregarEncomienda ( string cliCod, string dni, string nom, string ape, string dire, string tel, string mail, string fechaNac, string kilos, string importe, Boolean actualizarTabla, Boolean encontroCliente, string viaje_cod, string matricula ) : void | ||
cliCod | string | |
dni | string | |
nom | string | |
ape | string | |
dire | string | |
tel | string | |
string | ||
fechaNac | string | |
kilos | string | |
importe | string | |
actualizarTabla | Boolean | |
encontroCliente | Boolean | |
viaje_cod | string | |
matricula | string | |
리턴 | void |
public agregarPasaje ( DataGridViewRow registroCliente, string numero_butaca, string tipo_butaca, string importe, Boolean actualizarTabla, Boolean encontroCliente, string viaje_cod, string matricula ) : void | ||
registroCliente | DataGridViewRow | |
numero_butaca | string | |
tipo_butaca | string | |
importe | string | |
actualizarTabla | Boolean | |
encontroCliente | Boolean | |
viaje_cod | string | |
matricula | string | |
리턴 | void |
public agregarPasaje ( string cliCod, string dni, string nom, string ape, string dire, string tel, string mail, string fechaNac, string numero_butaca, string tipo_butaca, string importe, Boolean actualizarTabla, Boolean encontroCliente, string viaje_cod, string matricula ) : void | ||
cliCod | string | |
dni | string | |
nom | string | |
ape | string | |
dire | string | |
tel | string | |
string | ||
fechaNac | string | |
numero_butaca | string | |
tipo_butaca | string | |
importe | string | |
actualizarTabla | Boolean | |
encontroCliente | Boolean | |
viaje_cod | string | |
matricula | string | |
리턴 | void |
public seRegistroEncomiendaDelCliente ( String dni, String apellido ) : Boolean | ||
dni | String | |
apellido | String | |
리턴 | Boolean |
public seRegistroPasajeDelCliente ( String dni, String apellido ) : Boolean | ||
dni | String | |
apellido | String | |
리턴 | Boolean |