PurplePen.DescriptionFormatter.DescriptionFormatter C# (CSharp) Method

DescriptionFormatter() public method

public DescriptionFormatter ( CourseView courseView, SymbolDB symbolDB ) : System
courseView CourseView
symbolDB SymbolDB
return System
        public DescriptionFormatter(CourseView courseView, SymbolDB symbolDB)
        {
            this.courseView = courseView;
            this.eventDB = courseView.EventDB;
            this.symbolDB = symbolDB;
            this.language = QueryEvent.GetDescriptionLanguage(eventDB);
        }