C# Class Aerolinea.frmmodificarUsuario

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: chajalator/aerolinea Class Usage Examples

Public Properties

Property Type Description
cmbModificarEstado System.Windows.Forms.ComboBox
cmbSeleccionartipoModificar System.Windows.Forms.ComboBox
groupBoxDatosUsuario System.Windows.Forms.GroupBox

Public Methods

Method Description
frmmodificarUsuario ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

frmmodificarUsuario() public method

public frmmodificarUsuario ( ) : System
return System

Property Details

cmbModificarEstado public_oe property

public System.Windows.Forms.ComboBox cmbModificarEstado
return System.Windows.Forms.ComboBox

cmbSeleccionartipoModificar public_oe property

public System.Windows.Forms.ComboBox cmbSeleccionartipoModificar
return System.Windows.Forms.ComboBox

groupBoxDatosUsuario public_oe property

public System.Windows.Forms.GroupBox groupBoxDatosUsuario
return System.Windows.Forms.GroupBox