Beispiel #1
0
 public static UpdateThread CreateInstance()
 {
     if (instance == null)
     {
         instance = new UpdateThread();
     }
     return(instance);
 }
Beispiel #2
0
 /// <summary>Implements the constructor for the Add-in object. Place your initialization code within this method.</summary>
 public Connect()
 {
     Serializer.CreateInstance();
     UpdateThread ut = UpdateThread.CreateInstance();
 }