Esempio n. 1
0
 public static void Hide()
 {
     if (Current != null)
     {
         Current.Hide_Internal();
     }
 }