C# Class Baka_MPlayer.Updates.UpdateInfo

Show file Open project: godly-devotion/Baka-MPlayer-old Class Usage Examples

Public Properties

Property Type Description
BugFixes string
Date string
LatestVer string
UpdateAvailable bool

Public Methods

Method Description
UpdateInfo ( bool updateAvailable, string latestVer, string date, string bugFixes )

Method Details

UpdateInfo() public method

public UpdateInfo ( bool updateAvailable, string latestVer, string date, string bugFixes )
updateAvailable bool
latestVer string
date string
bugFixes string

Property Details

BugFixes public property

public string BugFixes
return string

Date public property

public string Date
return string

LatestVer public property

public string LatestVer
return string

UpdateAvailable public property

public bool UpdateAvailable
return bool