private string GetProjectProperty(GeneralPropertyPageTag tag, bool resetCache) { return this.ProjectMgr.GetProjectProperty(tag.ToString(), resetCache); }
private string GetProjectProperty(GeneralPropertyPageTag tag) { return GetProjectProperty(tag, false); }