C# Class CmisSync.AboutController

Controller for the About dialog.
Mostra 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_oe property

URL to the AUTHORS file
public string CreditsLinkAddress
return string

ReportProblemLinkAddress public_oe property

URL for Issue reports
public string ReportProblemLinkAddress
return string

WebsiteLinkAddress public_oe property

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