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