Exemplo n.º 1
0
 /// <summary>
 /// Calls <see cref="FarNet.Explorer.ExploreLocation"/>.
 /// </summary>
 /// <param name="args">.</param>
 public virtual Explorer UIExploreLocation(ExploreLocationEventArgs args)
 {
     return(Explorer.ExploreLocation(args));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Returns a new location explorer or null. It must not return itself.
 /// </summary>
 /// <param name="args">.</param>
 /// <remarks>
 /// It is called only if <see cref="Functions"/> contains the <see cref="ExplorerFunctions.ExploreLocation"/> flag.
 /// Note that this method works with pure paths, i.e. files without attached <see cref="FarFile.Data"/>.
 /// <include file='doc.xml' path='doc/ExplorerModes/*'/>
 /// </remarks>
 public virtual Explorer ExploreLocation(ExploreLocationEventArgs args)
 {
     return(null);
 }