Метод | Описание | |
---|---|---|
Load ( string user, string repo ) : void | ||
RepositoryViewModel ( GithubService githubService, INavigationService navigationService, string user, string repo ) : System |
Метод | Описание | |
---|---|---|
IsPinned ( string user, string repo, ShellTile t ) : bool | ||
OnCommitSelected ( |
||
OnIssueSelected ( |
||
OnPin ( string user, string repo ) : void | ||
OnPivotChanged ( string user, string repo, System.Windows.Controls.SelectionChangedEventArgs args ) : void | ||
OnPullRequest ( Gi7.Client.Model.PullRequest pullRequest ) : void | ||
OnShare ( ) : void | ||
OnShareDownload ( ) : void |
public Load ( string user, string repo ) : void | ||
user | string | |
repo | string | |
Результат | void |
public RepositoryViewModel ( GithubService githubService, INavigationService navigationService, string user, string repo ) : System | ||
githubService | GithubService | |
navigationService | INavigationService | |
user | string | |
repo | string | |
Результат | System |