C# 클래스 CmisSync.AboutController

Controller for the About dialog.
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 프로퍼티들

프로퍼티 타입 설명
CreditsLinkAddress string
ReportProblemLinkAddress string
WebsiteLinkAddress string

공개 메소드들

메소드 설명
AboutController ( ) : System

Constructor.

WindowClosed ( ) : void

Closing the dialog.

메소드 상세

AboutController() 공개 메소드

Constructor.
public AboutController ( ) : System
리턴 System

WindowClosed() 공개 메소드

Closing the dialog.
public WindowClosed ( ) : void
리턴 void

프로퍼티 상세

CreditsLinkAddress 공개적으로 프로퍼티

URL to the AUTHORS file
public string CreditsLinkAddress
리턴 string

ReportProblemLinkAddress 공개적으로 프로퍼티

URL for Issue reports
public string ReportProblemLinkAddress
리턴 string

WebsiteLinkAddress 공개적으로 프로퍼티

URL addresses to display in the About dialog.
public string WebsiteLinkAddress
리턴 string