C# Class DirkSarodnick.GoogleSync.Addin.ButtonManager

Defines the ButtonManager class.
ファイルを表示 Open project: d03n3rfr1tz3/GoogleSync

Public Methods

Method Description
CreateButtons ( SyncManager manager ) : void

Creates the option button.

RemoveButtons ( ) : void

Removes the option button.

Private Methods

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

Creates the option button.
public static CreateButtons ( SyncManager manager ) : void
manager SyncManager The manager.
return void

RemoveButtons() public static method

Removes the option button.
public static RemoveButtons ( ) : void
return void