Skip to content

Instantly share code, notes, and snippets.

@halgari
Created July 26, 2012 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halgari/3181861 to your computer and use it in GitHub Desktop.
Save halgari/3181861 to your computer and use it in GitHub Desktop.
example image downloader with global scope
public static class ImageDownloader
{
public static string Server = "http://foo.bar.com/images";
public static GetImage(string id)
{
return DownloadURL(url + "/" + id);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment