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