C# Class RoboGO.ViewModels.passwordWindowViewModel

ViewModel for password window.
Datei anzeigen Open project: syre/SortingIndustrialRobot Class Usage Examples

Public Methods

Method Description
authenticate ( string _loginName, string _loginPassword ) : bool

Checks the user.

passwordWindowViewModel ( ) : System.Collections.Generic

Default constructor.

Method Details

authenticate() public method

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

passwordWindowViewModel() public method

Default constructor.
public passwordWindowViewModel ( ) : System.Collections.Generic
return System.Collections.Generic