C# Class AerolineaFrba.FormLogin

Inheritance: System.Windows.Forms.Form
Show file Open project: santileira/BHLP Class Usage Examples

Public Methods

Method Description
FormLogin ( ) : System
iniciar ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

FormLogin() public method

public FormLogin ( ) : System
return System

iniciar() public method

public iniciar ( ) : void
return void