StoryTeller.UserInterface.Editing.HTML.GrammarSelector.GrammarSelector C# (CSharp) 메소드

GrammarSelector() 공개 메소드

public GrammarSelector ( IFixtureGraph fixture ) : System
fixture IFixtureGraph
리턴 System
        public GrammarSelector(IFixtureGraph fixture)
        {
            _fixture = fixture;
        }