C# Class Gi7.ViewModel.UserViewModel

Inheritance: ViewModelBase
Exibir arquivo Open project: michelsalib/Gi7

Public Methods

Method Description
UserViewModel ( GithubService githubService, INavigationService navigationService, string user ) : System

Private Methods

Method Description
OnPivotChanged ( System.Windows.Controls.SelectionChangedEventArgs args ) : void
OnRepoSelected ( INavigationService navigationService, Repository r ) : void
OnUserSelected ( INavigationService navigationService, string user, User u ) : void

Method Details

UserViewModel() public method

public UserViewModel ( GithubService githubService, INavigationService navigationService, string user ) : System
githubService GithubService
navigationService INavigationService
user string
return System