Example #1
0
 internal static void InstallEvents()
 {
     DownloadItemResult_t.Install(x => OnDownloadItemResult?.Invoke(x.Result));
 }