Exemplo n.º 1
0
 public static void Show(SelectInfo info, bool instant = false)
 {
     if (instance != null)
     {
         instance._Show(info, instant);
     }
 }
Exemplo n.º 2
0
 public static void Show()
 {
     instance._Show();
 }
Exemplo n.º 3
0
 public static void Show(BuildInfo bInfo = null)
 {
     instance._Show(bInfo);
 }