Пример #1
0
 public static void ShowTip(string text)
 {
     instance.OpenPanel <TipPanel>("", "提示", text);
 }