C# Class Projeto_Keep_Walking.frmCadNewsLetter

Afficher le fichier Open project: felipeltnet/projetokeepwalking

Protected Properties

Свойство Type Description
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Label3 global::System.Web.UI.WebControls.Label
Label4 global::System.Web.UI.WebControls.Label
btnEnviar global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
txtCorpoMsg global::System.Web.UI.WebControls.TextBox
txtEmailDestino global::System.Web.UI.WebControls.TextBox
txtEmailOrigen global::System.Web.UI.WebControls.TextBox
txtTituloMsg global::System.Web.UI.WebControls.TextBox

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btnEnviar_Click ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnEnviar_Click() protected méthode

protected btnEnviar_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

Label1 protected_oe property

Label1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label1
Résultat global::System.Web.UI.WebControls.Label

Label2 protected_oe property

Label2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label2
Résultat global::System.Web.UI.WebControls.Label

Label3 protected_oe property

Label3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label3
Résultat global::System.Web.UI.WebControls.Label

Label4 protected_oe property

Label4 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label4
Résultat global::System.Web.UI.WebControls.Label

btnEnviar protected_oe property

btnEnviar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnEnviar
Résultat global::System.Web.UI.WebControls.Button

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Résultat global::System.Web.UI.HtmlControls.HtmlForm

txtCorpoMsg protected_oe property

txtCorpoMsg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtCorpoMsg
Résultat global::System.Web.UI.WebControls.TextBox

txtEmailDestino protected_oe property

txtEmailDestino control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtEmailDestino
Résultat global::System.Web.UI.WebControls.TextBox

txtEmailOrigen protected_oe property

txtEmailOrigen control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtEmailOrigen
Résultat global::System.Web.UI.WebControls.TextBox

txtTituloMsg protected_oe property

txtTituloMsg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTituloMsg
Résultat global::System.Web.UI.WebControls.TextBox