//以下供外部程式呼叫使用============================================================= public static DealError GetSingleton() { if (g_singleton == null) { g_singleton = new DealError(); } return(g_singleton); }
//以下供外部程式呼叫使用============================================================= public static DealError GetSingleton() { if (g_singleton == null) { g_singleton = new DealError(); } return g_singleton; }