示例#1
0
// コンストラクタ

		public DocViewTop(HatomaruDoc model, AbsPath path) : base(model, path){
			myPath = myModel.BasePath;
		}
示例#2
0
// コンストラクタ

		public DocViewSection(HatomaruDoc model, AbsPath path, string sectionId) : base(model, path){
			mySectionId = sectionId;
			myPath = myModel.BasePath.Combine(sectionId);
		}