/// <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(); } }