Exemplo n.º 1
0
 /// <summary>
 /// Calls <see cref="FarNet.Explorer.ExploreRoot"/>.
 /// </summary>
 /// <param name="args">.</param>
 public virtual Explorer UIExploreRoot(ExploreRootEventArgs args)
 {
     return(Explorer.ExploreRoot(args));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Returns a new root explorer or null. It must not return itself.
 /// </summary>
 /// <param name="args">.</param>
 /// <remarks>
 /// <include file='doc.xml' path='doc/ExplorerModes/*'/>
 /// </remarks>
 public virtual Explorer ExploreRoot(ExploreRootEventArgs args)
 {
     return(null);
 }