Beispiel #1
0
 /// <summary>
 /// Calls <see cref="FarNet.Explorer.GetFiles"/>.
 /// </summary>
 /// <param name="args">.</param>
 public virtual IEnumerable <FarFile> UIGetFiles(GetFilesEventArgs args)
 {
     return(Explorer.GetFiles(args));
 }
Beispiel #2
0
 /// <summary>
 /// Calls <see cref="FarNet.Explorer.GetFiles"/>.
 /// </summary>
 /// <param name="args">.</param>
 public virtual IList <FarFile> UIGetFiles(GetFilesEventArgs args)
 {
     return(Explorer.GetFiles(args));
 }