C# Class Bloom.Registration.RegistrationDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Méthode Description
GetAnalyticsUserInfo ( ) : UserInfo
RegistrationDialog ( bool registrationIsOptional ) : System
ShouldWeShowRegistrationDialog ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnHandleCreated ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnIAmStuckLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
OnTextChanged ( object sender, EventArgs e ) : void
RegistrationDialog_Load ( object sender, EventArgs e ) : void
SaveAndSendIfPossible ( ) : void
UpdateDisplay ( ) : void
_cancelButton_Click ( object sender, EventArgs e ) : void
_okButton_Click ( object sender, EventArgs e ) : void
_userIsStuckDetector_Tick ( object sender, EventArgs e ) : void

Method Details

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

GetAnalyticsUserInfo() public static méthode

public static GetAnalyticsUserInfo ( ) : UserInfo
Résultat DesktopAnalytics.UserInfo

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

RegistrationDialog() public méthode

public RegistrationDialog ( bool registrationIsOptional ) : System
registrationIsOptional bool
Résultat System

ShouldWeShowRegistrationDialog() public static méthode

public static ShouldWeShowRegistrationDialog ( ) : bool
Résultat bool