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

            Instance = this;
        }
Exemple #2
0
        public ResourceEditorExtension()
        {
            if (Instance != null)
            {
                throw new InvalidOperationException("Cannot create a second instance of ResourceEditorExtension.");
            }

            Instance = this;
        }