Esempio n. 1
0
 public static void Hide()
 {
     if (panel != null)
     {
         TextList.Destroy(panel);
     }
 }