コード例 #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;
 }