C# Class templateApp.GUI.Modulo6.M6_ListaUsuarios

Mostrar archivo Open project: rosmantorres/sakaratedo

Public Properties

Property Type Description
DES string
cripto Encriptacion
lasCuentas List

Protected Properties

Property Type Description
alert global::System.Web.UI.HtmlControls.HtmlGenericControl

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

DES public_oe property

public string DES
return string

alert protected_oe property

Control alert.
Campo generado automáticamente. Para modificarlo, mueva la declaración del campo del archivo del diseñador al archivo de código subyacente.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl alert
return global::System.Web.UI.HtmlControls.HtmlGenericControl

cripto public_oe property

public Encriptacion cripto
return Encriptacion

lasCuentas public_oe property

public List lasCuentas
return List