コード例 #1
0
ファイル: FormsCore.cs プロジェクト: jacklau88/Forms
        public static void CreateInstance()
        {
            if (Instance != null)
                return;

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

            Instance = new FormsCore();
        }