Exemplo n.º 1
0
 private void LogIn()
 {
     _githubService.AuthenticateUser(Email, Password);
 }
Exemplo n.º 2
0
 public LoginPanelViewModel(GithubService githubService)
 {
     LoginCommand = new RelayCommand(() => { githubService.AuthenticateUser(Email, Password); });
 }
Exemplo n.º 3
0
 public LoginPanelViewModel(GithubService githubService)
 {
     LoginCommand = new RelayCommand(() => { githubService.AuthenticateUser(Email, Password); });
 }