C# Class RoboGO.ViewModels.passwordWindowViewModel

ViewModel for password window.
Afficher le fichier Open project: syre/SortingIndustrialRobot Class Usage Examples

Méthodes publiques

Méthode Description
authenticate ( string _loginName, string _loginPassword ) : bool

Checks the user.

passwordWindowViewModel ( ) : System.Collections.Generic

Default constructor.

Method Details

authenticate() public méthode

Checks the user.
public authenticate ( string _loginName, string _loginPassword ) : bool
_loginName string User name.
_loginPassword string Password for user.
Résultat bool

passwordWindowViewModel() public méthode

Default constructor.
public passwordWindowViewModel ( ) : System.Collections.Generic
Résultat System.Collections.Generic