コード例 #1
0
ファイル: HelpSource.cs プロジェクト: vernon016/mono
 /// <summary>
 ///   Saves the tree and the archive
 /// </summary>
 public void Save()
 {
     tree.Save(treeFilePath);
     storage.Dispose();
 }