Beispiel #1
0
        public static Engineer_Mornitoring_Mode getInstance()
        {
            if (Instance == null)
            {
                Instance = new Engineer_Mornitoring_Mode();
            }

            return(Instance);
        }
Beispiel #2
0
 public static void DeleteInstance()
 {
     Instance = null;
 }