C# Class GmailNotifierPlus.Forms.Preferences

Exibir arquivo Open project: shellscape/Gmail-Notifier-Plus Class Usage Examples

Public Methods

Method Description
InitFirstRun ( ) : void
Preferences ( ) : System
ShowAccount ( String fullAddress ) : void

Protected Methods

Method Description
OnShown ( EventArgs e ) : void

Private Methods

Method Description
AccountExists ( Account account, Account compareTo ) : Boolean

if the username has changed to something other than the original saved username, and the new username exists already, take a big fat poop all over the screen.

InitAccountPanel ( ) : void

Inits the account panel UX

InitAccountsPanel ( ) : void

Inits the manage accounts UX

InitCheckboxes ( ) : void

Inits the General > checkboxes UX

InitGeneralPanel ( ) : void
InitLanguages ( ) : void

Inits the Languages UX

InitNavigation ( ) : void
InitSound ( ) : void

Inits the Sound settings UX

ManageAccount ( Account account ) : void
PaintAccountGlyph ( Graphics g, Rectangle bounds, Account account ) : void
SetWindowTheme ( IntPtr hWnd, String pszSubAppName, String pszSubIdList ) : int
ToggleMailto ( Boolean addAssociation ) : void
_ButtonAccountAction_Click ( object sender, EventArgs e ) : void
_ButtonApply_Click ( object sender, EventArgs e ) : void
_ButtonSound_Click ( object sender, EventArgs e ) : void
_ComboSound_SelectedValueChanged ( object sender, EventArgs e ) : void
_LinkRemove_Click ( object sender, EventArgs e ) : void
_ListAccounts_DrawItem ( object sender, DrawListViewItemEventArgs e ) : void

Method Details

InitFirstRun() public method

public InitFirstRun ( ) : void
return void

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e EventArgs
return void

Preferences() public method

public Preferences ( ) : System
return System

ShowAccount() public method

public ShowAccount ( String fullAddress ) : void
fullAddress String
return void