Пример #1
0
        public static CPP_Dll_Test_Form getInstance()
        {
            if (Instance == null)
            {
                Instance = new CPP_Dll_Test_Form();
            }

            return(Instance);
        }
Пример #2
0
 public static void DeleteInstance()
 {
     Instance = null;
 }