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