Esempio n. 1
0
 /// <summary>
 /// this needs to be called once for the whole application
 /// </summary>
 public static void InitializeUnit()
 {
     // Initialisation of Unit needs to be done once.
     if (TToolTipModel.myDefault == null)
     {
         TToolTipModel.myDefault = new TToolTipModel();
     }
 }
 /// <summary>
 /// this needs to be called once for the whole application
 /// </summary>
 public static void InitializeUnit()
 {
     // Initialisation of Unit needs to be done once.
     if (TToolTipModel.myDefault == null)
     {
         TToolTipModel.myDefault = new TToolTipModel();
     }
 }