Exemple #1
0
 public static SDDE GetSingleton()
 {
     if (Singleton == null)
     {
         Singleton = new SDDE();
     }
     return(Singleton);
 }
Exemple #2
0
 public static SDDE GetSingleton()
 {           
     if(Singleton == null)
         Singleton = new SDDE();
     return Singleton;
 }