Esempio n. 1
0
 protected void OnGotLatestVersion(Version latestVersion)
 {
     GotLatestVersion?.Invoke(this, latestVersion);
 }
Esempio n. 2
0
 protected void OnGotLatestVersion(Version v) => GotLatestVersion?.Invoke(this, v);