示例#1
0
 /// <summary>
 /// New folder tree with a folder explorer.
 /// </summary>
 /// <param name="explorer">The panel explorer.</param>
 public FolderTree(FolderExplorer explorer)
     : base(explorer)
 {
     // _091015_190130 Use of UpdateInfo is problematic: it is called after Close()
     // and somehow Close() may not work. To watch this in future Far versions.
     // For now use redrawing, it looks working fine.
 }
示例#2
0
 /// <summary>
 /// New folder tree with a folder explorer.
 /// </summary>
 /// <param name="explorer">The panel explorer.</param>
 public FolderTree(FolderExplorer explorer) : base(explorer)
 {
     // _091015_190130 Use of UpdateInfo is problematic: it is called after Close()
     // and somehow Close() may not work. To watch this in future Far versions.
     // For now use redrawing, it looks working fine.
 }