C# Class Baka_MPlayer.Updates.UpdateInfo

Afficher le fichier Open project: godly-devotion/Baka-MPlayer-old Class Usage Examples

Méthodes publiques

Свойство Type Description
BugFixes string
Date string
LatestVer string
UpdateAvailable bool

Méthodes publiques

Méthode Description
UpdateInfo ( bool updateAvailable, string latestVer, string date, string bugFixes )

Method Details

UpdateInfo() public méthode

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
Résultat string

Date public_oe property

public string Date
Résultat string

LatestVer public_oe property

public string LatestVer
Résultat string

UpdateAvailable public_oe property

public bool UpdateAvailable
Résultat bool