void conn_CurrentUserIdentified(object sender, SparklrSharp.Sparklr.UserIdentifiedEventArgs e)
 {
     MessageBox.Show(conn.CurrentUser.Handle.ToString(), "User identified", MessageBoxButton.OK);
     //Saves the info into the app settings -Suraj
     houseKeeper.SaveCreds(SparklrUsername.Text, SparklrPassword.Password);
     NavigationService.Navigate(new Uri("/MainPage.xaml", UriKind.Relative));
 }
示例#2
0
 void conn_CurrentUserIdentified(object sender, SparklrSharp.Sparklr.UserIdentifiedEventArgs e)
 {
     eventRaised = true;
     handle.Set();
 }
示例#3
0
 void conn_CurrentUserIdentified(object sender, SparklrSharp.Sparklr.UserIdentifiedEventArgs e)
 {
     Helpers.GlobalLoadingIndicator.Stop();
 }