C# Class RoverOperator.MainWindowViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: jpadillak/Concordia_Capstone2013-14 Class Usage Examples

Méthodes publiques

Méthode Description
MainWindowViewModel ( ) : System.ComponentModel

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
ConnectivityChanged ( bool connectedToRover ) : void
RTTChanged ( long RTT ) : void
UpdatePingAddress ( object sender, PropertyChangedEventArgs e ) : void

Method Details

MainWindowViewModel() public méthode

public MainWindowViewModel ( ) : System.ComponentModel
Résultat System.ComponentModel

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void