C# Class AerolineaFrba.FormLogin

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: santileira/BHLP Class Usage Examples

Méthodes publiques

Méthode Description
FormLogin ( ) : System
iniciar ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FormPrincipalAdministrador_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.

botonIngresar_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
cargarComboRoles ( ) : void
datosCorrectos ( ) : bool
ingresarComoAdministrador ( ) : void
ingresarComoInvitado ( ) : void
intentarLoguearse ( ) : void
radioAdministrador_CheckedChanged ( object sender, EventArgs e ) : void
vaciarTextos ( ) : void
validarLongitudes ( ) : bool
validarTipos ( ) : bool

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

FormLogin() public méthode

public FormLogin ( ) : System
Résultat System

iniciar() public méthode

public iniciar ( ) : void
Résultat void