Exemple #1
0
        public static void CreateInstance()
        {
            if (Instance != null)
                return;

            Instance = new FormsCore();
        }
Exemple #2
0
        public static void CreateInstance()
        {
            if (Instance != null)
            {
                return;
            }

            Instance = new FormsCore();
        }