C# Class AerolineaFrba.Devolucion.dgEncomiendas

Afficher le fichier Open project: santileira/BHLP Class Usage Examples

Méthodes publiques

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

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

dgEncomiendas() public méthode

public dgEncomiendas ( ) : System
Résultat System

inicio() public méthode

public inicio ( Boolean bandera ) : void
bandera Boolean
Résultat void