internal DappleView(string strFile) { this.doc = new dappleviewDoc(); this.dappleView = new dappleviewType(doc.Load(strFile)); }
internal void Save(string strFile) { this.doc = new dappleviewDoc(); doc.Save(strFile, this.dappleView); }
internal DappleView() { this.doc = new dappleviewDoc(); this.dappleView = new dappleviewType(doc.CreateRootElement("", "dappleview")); }