public CoreExtension()
        {
            if (Instance != null)
                throw new InvalidOperationException("Cannot create a second instance of CoreExtension");

            Instance = this;
        }
Exemplo n.º 2
0
        public CoreExtension()
        {
            if (Instance != null)
            {
                throw new InvalidOperationException("Cannot create a second instance of CoreExtension");
            }

            Instance = this;
        }