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