Beispiel #1
0
 public static void ToastCompleted(object sender, PopUpEventArgs <string, PopUpResult> e)
 {
     _showFlag = false;
     if (OnPopToastCompleted != null)
     {
         OnPopToastCompleted();
     }
     OnPopToastCompleted = null;
 }
Beispiel #2
0
 public static void ToastCompleted(object sender, PopUpEventArgs<string, PopUpResult> e)
 {
     _showFlag = false;
     if (OnPopToastCompleted != null)
     {
         OnPopToastCompleted();
     }
     OnPopToastCompleted = null;
 }