C# Class CmisSync.AboutController

Controller for the About dialog.
Show file Open project: OpenDataSpace/CmisSync

Public Properties

Property Type Description
CreditsLinkAddress string
ReportProblemLinkAddress string
WebsiteLinkAddress string

Public Methods

Method Description
AboutController ( ) : System

Constructor.

WindowClosed ( ) : void

Closing the dialog.

Method Details

AboutController() public method

Constructor.
public AboutController ( ) : System
return System

WindowClosed() public method

Closing the dialog.
public WindowClosed ( ) : void
return void

Property Details

CreditsLinkAddress public property

URL to the AUTHORS file
public string CreditsLinkAddress
return string

ReportProblemLinkAddress public property

URL for Issue reports
public string ReportProblemLinkAddress
return string

WebsiteLinkAddress public property

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