C# Class Baka_MPlayer.Updates.UpdateInfo

Datei anzeigen 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_oe property

public string BugFixes
return string

Date public_oe property

public string Date
return string

LatestVer public_oe property

public string LatestVer
return string

UpdateAvailable public_oe property

public bool UpdateAvailable
return bool