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
ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oRegisterUserDialogUserSettings RegisterUserDialogUserSettings

Public Methods

Method Description
AssertValid ( ) : void
RegisterUserDialog ( ) : System

Initializes a new instance of the RegisterUserDialog class.

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.

usrRegisterUser_Done ( object sender, EventArgs e ) : void

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

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

RegisterUserDialog() public method

Initializes a new instance of the RegisterUserDialog class.
public RegisterUserDialog ( ) : System
return System

Property Details

m_oRegisterUserDialogUserSettings protected_oe property

protected RegisterUserDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oRegisterUserDialogUserSettings
return RegisterUserDialogUserSettings