C# Class Smrf.NodeXL.ExcelTemplate.RegisterUserDialog

Allows the user to register for email updates.
The form contains a single RegisterUser control that does all the work.
Inheritance: ExcelTemplateForm
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_oRegisterUserDialogUserSettings RegisterUserDialogUserSettings

Méthodes publiques

Méthode Description
AssertValid ( ) : void
RegisterUserDialog ( ) : System

Initializes a new instance of the RegisterUserDialog class.

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.

usrRegisterUser_Done ( object sender, EventArgs e ) : void

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

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

RegisterUserDialog() public méthode

Initializes a new instance of the RegisterUserDialog class.
public RegisterUserDialog ( ) : System
Résultat System

Property Details

m_oRegisterUserDialogUserSettings protected_oe property

protected RegisterUserDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oRegisterUserDialogUserSettings
Résultat RegisterUserDialogUserSettings