Esempio n. 1
0
 public static void Hide()
 {
     HintInstance_.HideImmediate();
 }
Esempio n. 2
0
 // PRAGMA MARK - Static
 public static void Show(string hintString)
 {
     HintInstance_.ShowNewString(hintString);
 }