Esempio n. 1
0
 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));
 }
Esempio n. 2
0
 void conn_CurrentUserIdentified(object sender, SparklrSharp.Sparklr.UserIdentifiedEventArgs e)
 {
     eventRaised = true;
     handle.Set();
 }
Esempio n. 3
0
 void conn_CurrentUserIdentified(object sender, SparklrSharp.Sparklr.UserIdentifiedEventArgs e)
 {
     Helpers.GlobalLoadingIndicator.Stop();
 }