C# Class Aerolinea.frmmodificarUsuario

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

Méthodes publiques

Свойство Type Description
cmbModificarEstado System.Windows.Forms.ComboBox
cmbSeleccionartipoModificar System.Windows.Forms.ComboBox
groupBoxDatosUsuario System.Windows.Forms.GroupBox

Méthodes publiques

Méthode Description
frmmodificarUsuario ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnBuscarUsuario_Click ( object sender, EventArgs e ) : void
btnGuardarUsuario_Click ( object sender, EventArgs e ) : void
frmmodificarUsuario_Load ( object sender, EventArgs e ) : void
funLlenarComboSeleccionarUsuarioModificar ( ) : void
funLlenarComboTipoUsuarioModificar ( ) : void
funLlenarTextBox ( ) : void
funguardarModificacion ( ) : void
sALIRToolStripMenuItem_Click ( 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

frmmodificarUsuario() public méthode

public frmmodificarUsuario ( ) : System
Résultat System

Property Details

cmbModificarEstado public_oe property

public System.Windows.Forms.ComboBox cmbModificarEstado
Résultat System.Windows.Forms.ComboBox

cmbSeleccionartipoModificar public_oe property

public System.Windows.Forms.ComboBox cmbSeleccionartipoModificar
Résultat System.Windows.Forms.ComboBox

groupBoxDatosUsuario public_oe property

public System.Windows.Forms.GroupBox groupBoxDatosUsuario
Résultat System.Windows.Forms.GroupBox