private void VersionSync(object sender, DoWorkEventArgs e) { string html = Network.GET(LastestUrl); e.Result = Parser.GetLastestVersion(html); }