C# 클래스 CmisSync.GUI

User interface of CmisSync.
파일 보기 프로젝트 열기: aegif/CmisSync 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
About About
Setup Setup
StatusIcon StatusIcon

공개 메소드들

메소드 설명
GUI ( ) : System

Constructor.

Run ( ) : void

Run the CmisSync user interface.

메소드 상세

GUI() 공개 메소드

Constructor.
public GUI ( ) : System
리턴 System

Run() 공개 메소드

Run the CmisSync user interface.
public Run ( ) : void
리턴 void

프로퍼티 상세

About 공개적으로 프로퍼티

Small dialog showing some information about CmisSync.
public About,CmisSync About
리턴 About

Setup 공개적으로 프로퍼티

Dialog shown at first run to explain how CmisSync works.
public Setup,CmisSync Setup
리턴 Setup

StatusIcon 공개적으로 프로퍼티

CmisSync icon in the task bar. It contains the main CmisSync menu.
public StatusIcon,CmisSync StatusIcon
리턴 StatusIcon