C# Class SparkleShare.AboutController

显示文件 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_oe property

public string CreditsLinkAddress
return string

DebugLogLinkAddress public_oe property

public string DebugLogLinkAddress
return string

ReportProblemLinkAddress public_oe property

public string ReportProblemLinkAddress
return string

RunningVersion public_oe property

public string RunningVersion
return string

WebsiteLinkAddress public_oe property

public string WebsiteLinkAddress
return string