Exemplo n.º 1
0
 private void OnFileFounderHandler(FileInfo file)
 {
     if (FileFounderEvent != null)
     {
         FileFounderEvent.Invoke(file);
     }
 }
Exemplo n.º 2
0
 private void OnFileFounderHandler(FileInfo file)
 {
     FileFounderEvent?.Invoke(file);
 }