Ejemplo n.º 1
0
 public void DisplayFile(object sender, FileEventArgs e)
 {
     Console.WriteLine(e.FilePath);
 }
Ejemplo n.º 2
0
 public void SendPathToList(object sender, FileEventArgs e)
 {
     pathList.Add(e.FilePath);
 }