Exemplo n.º 1
0
 private List <DropMatch> BuildMatches(string targetPath, FilesDragEventArgs e)
 {
     return(DropMatch.FromDropData(Root, targetPath, FileBrowserManager, e));
 }
Exemplo n.º 2
0
 private List <DropMatch> BuildMatches(FilesDragEventArgs e)
 {
     return(DropMatch.FromDropData(Directory, Directory, FileBrowserManager, e));
 }