Skip to content

Instantly share code, notes, and snippets.

@andry1
Created August 17, 2011 01:16
Show Gist options
  • Save andry1/1150582 to your computer and use it in GitHub Desktop.
Save andry1/1150582 to your computer and use it in GitHub Desktop.
Func<bool> checkUpdates = () => autoUpdates.checkUpdates("ParseModXIV");
checkUpdates.BeginInvoke(result =>
{
if(checkUpdates.EndInvoke(result)) MessageBox.Show("Update Available! For Full Functionality, Please Goto https://secure.ffxiv-app.com/products/ & Download The Latest Release.", "Information!");
autoUpdates.checkDLLs("AppModXIV", "");
}, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment