예제 #1
0
파일: TCPIP2.cs 프로젝트: damonlin/Monitor
 public static SDDE GetSingleton()
 {
     if (Singleton == null)
     {
         Singleton = new SDDE();
     }
     return(Singleton);
 }
예제 #2
0
파일: TCPIP2.cs 프로젝트: damonlin/Reporter
 public static SDDE GetSingleton()
 {           
     if(Singleton == null)
         Singleton = new SDDE();
     return Singleton;
 }