C# Class Care.Views.Lab.PotentialEnemy

Inheritance: PhoneApplicationPage, INotifyPropertyChanged
Afficher le fichier Open project: thankcreate/Care

Méthodes publiques

Свойство Type Description
_name1 string
_name2 string
_name3 string

Méthodes publiques

Méthode Description
PotentialEnemy ( ) : System
PotentialEnemy ( string name1, int value1, string name2, int value2, string name3, int value3 ) : System

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

PotentialEnemy() public méthode

public PotentialEnemy ( ) : System
Résultat System

PotentialEnemy() public méthode

public PotentialEnemy ( string name1, int value1, string name2, int value2, string name3, int value3 ) : System
name1 string
value1 int
name2 string
value2 int
name3 string
value3 int
Résultat System

Property Details

_name1 public_oe property

public string _name1
Résultat string

_name2 public_oe property

public string _name2
Résultat string

_name3 public_oe property

public string _name3
Résultat string