C# 클래스 DirkSarodnick.GoogleSync.Addin.ButtonManager

Defines the ButtonManager class.
파일 보기 프로젝트 열기: d03n3rfr1tz3/GoogleSync

공개 메소드들

메소드 설명
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