C# Class SparkleShare.AboutController

Show file Open project: hbons/SparkleShare

Public Properties

Property Type Description
CreditsLinkAddress string
DebugLogLinkAddress string
ReportProblemLinkAddress string
RunningVersion string
WebsiteLinkAddress string

Public Methods

Method Description
AboutController ( ) : System
CheckForNewVersion ( ) : void
WindowClosed ( ) : void

Method Details

AboutController() public method

public AboutController ( ) : System
return System

CheckForNewVersion() public method

public CheckForNewVersion ( ) : void
return void

WindowClosed() public method

public WindowClosed ( ) : void
return void

Property Details

CreditsLinkAddress public property

public string CreditsLinkAddress
return string

DebugLogLinkAddress public property

public string DebugLogLinkAddress
return string

ReportProblemLinkAddress public property

public string ReportProblemLinkAddress
return string

RunningVersion public property

public string RunningVersion
return string

WebsiteLinkAddress public property

public string WebsiteLinkAddress
return string