Beispiel #1
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();
 }