C# Класс DirkSarodnick.GoogleSync.Addin.ButtonManager

Defines the ButtonManager class.
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateButtons ( SyncManager manager ) : void

Creates the option button.

RemoveButtons ( ) : void

Removes the option button.

Приватные методы

Метод Описание
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.

Описание методов

CreateButtons() публичный статический Метод

Creates the option button.
public static CreateButtons ( SyncManager manager ) : void
manager SyncManager The manager.
Результат void

RemoveButtons() публичный статический Метод

Removes the option button.
public static RemoveButtons ( ) : void
Результат void