C# Class Bloom.Registration.RegistrationDialog

Inheritance: System.Windows.Forms.Form
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
GetAnalyticsUserInfo ( ) : UserInfo
RegistrationDialog ( bool registrationIsOptional ) : System
ShouldWeShowRegistrationDialog ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnHandleCreated ( EventArgs e ) : void

Private Methods

Method 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 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

GetAnalyticsUserInfo() public static method

public static GetAnalyticsUserInfo ( ) : UserInfo
return DesktopAnalytics.UserInfo

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void

RegistrationDialog() public method

public RegistrationDialog ( bool registrationIsOptional ) : System
registrationIsOptional bool
return System

ShouldWeShowRegistrationDialog() public static method

public static ShouldWeShowRegistrationDialog ( ) : bool
return bool