C# Class TheAirline.GUIModel.PagesModel.GamePageModel.DifficultyMVVM

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: TheAirlineProject/tap-desktop

Méthodes publiques

Méthode Description
DifficultyMVVM ( string uid, string name, double minValue, double avgValue, double maxValue ) : System

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

DifficultyMVVM() public méthode

public DifficultyMVVM ( string uid, string name, double minValue, double avgValue, double maxValue ) : System
uid string
name string
minValue double
avgValue double
maxValue double
Résultat System