Skip to content

Instantly share code, notes, and snippets.

This is a test
Versioning test
@wmchristie
wmchristie / gist:806808
Created February 1, 2011 22:04
SimpleRefactoring
private void DownloadUpdates()
{
try
{
SetProgress(5);
MessageLabel.Do(ctl => ctl.Text = AvailableUpdate.DownloadingUpdateLabelText);
DownloadSoftware();
DownloadData();