예제 #1
0
 protected override async void OnLoad()
 {
     MetroGridHelper.CreateGrid();
     if (!GitHubService.IsLoggedIn)
     {
         await GitHubService.Authenicate();
     }
     CurrentUser = await GitHubService.GetUserInfo();
 }
예제 #2
0
 protected override void OnLoad()
 {
     MetroGridHelper.CreateGrid();
 }