Exemple #1
0
        private void Login_Click(object sender, RoutedEventArgs e)
        {
            CloudHandler handler = Application.Current.Resources["CloudHandler"] as CloudHandler;

            handler.InvokeGetAccessToken();
            NavigationService.Navigate(new Uri("/FileListPage.xaml", UriKind.RelativeOrAbsolute));
        }