Пример #1
0
 protected void OnGotLatestVersion(Version latestVersion)
 {
     GotLatestVersion?.Invoke(this, latestVersion);
 }
Пример #2
0
 protected void OnGotLatestVersion(Version v) => GotLatestVersion?.Invoke(this, v);