C# Class DirkSarodnick.GoogleSync.Addin.ButtonManager

Defines the ButtonManager class.
Afficher le fichier Open project: d03n3rfr1tz3/GoogleSync

Méthodes publiques

Méthode Description
CreateButtons ( SyncManager manager ) : void

Creates the option button.

RemoveButtons ( ) : void

Removes the option button.

Private Methods

Méthode Description
optionsButton_Click ( CommandBarButton commandBarButton, bool &cancelDefault ) : void

The Click-Event of the options button.

syncButton_Click ( CommandBarButton commandBarButton, bool &cancelDefault ) : void

The Click-Event of the sync button.

Method Details

CreateButtons() public static méthode

Creates the option button.
public static CreateButtons ( SyncManager manager ) : void
manager SyncManager The manager.
Résultat void

RemoveButtons() public static méthode

Removes the option button.
public static RemoveButtons ( ) : void
Résultat void