public IDEProject() { inst_ = this; documentation_ = new API.APIDocumentation(); docDatabase_ = new Docs.DocDatabase(); }
public IDEProject() { inst_ = this; docDatabase_ = new Docs.DocDatabase(); errors_.CollectionChanged += (o, p) => { OnPropertyChanged("CompileWarningCt"); OnPropertyChanged("CompileErrorCt"); }; }