C# Class AerolineaFrba.Devolucion.dgEncomiendas

Datei anzeigen Open project: santileira/BHLP Class Usage Examples

Public Methods

Method Description
dgEncomiendas ( ) : System
inicio ( Boolean bandera ) : 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.

apretoSi ( DialogResult resultado ) : Boolean
btBuscar_Click ( object sender, EventArgs e ) : void
btFinalizar_Click ( object sender, EventArgs e ) : void
btLimpiar_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form proximo ) : void
cancelarPasajesYEncomiendas ( ) : Object
darValorDadoIndex ( int indice, DataGridView dg, string columna ) : String
datosCorrectos ( ) : Boolean
dgEncomienda_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
dgPasaje_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
informarResultadoConsulta ( DataGridView dg, string nombre ) : void
llenarDg ( DataGridView dg, string funcion ) : void
mostrarMensaje ( string tipo ) : DialogResult
txtCodigo_TextChanged ( object sender, EventArgs e ) : 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

dgEncomiendas() public method

public dgEncomiendas ( ) : System
return System

inicio() public method

public inicio ( Boolean bandera ) : void
bandera Boolean
return void