Exemplo n.º 1
0
 public void OnStartDownload(DeploymentFile file)
 {
     StartDownload?.Invoke(new DownloadEventArgs
     {
         File = file,
     });
 }
Exemplo n.º 2
0
 protected void OnStartDownload(
     DownloadEventArgs args)
 {
     StartDownload?.Invoke(args);
 }