Exemple #1
0
 private void CreateAccountDialog_OnCreateAccountComplete(object sender, OnCreateAccountEventArgs e)
 {
     Toast.MakeText(this, "Account Created Successfully", ToastLength.Short).Show();
 }
Exemple #2
0
 private void CreateAccountDialog_OnCreateAccountComplete(object sender, OnCreateAccountEventArgs e)
 {
     Toast.MakeText(this, UserAuthority.isAccountCreated, ToastLength.Short).Show();
 }