Made UpdateStatusChanged a week event.

Fixed a typo in help.
This commit is contained in:
larsbrubaker 2014-08-08 10:40:01 -07:00
parent bbca065e18
commit 2af2997818
4 changed files with 33 additions and 7 deletions

View file

@ -68,8 +68,8 @@ namespace MatterHackers.MatterControl
return false;
}
}
public RootedObjectEventHandler UpdateStatusChanged = new RootedObjectEventHandler();
public RootedObjectWeakEventHandler UpdateStatusChanged = new RootedObjectWeakEventHandler();
static string applicationDataPath = DataStorage.ApplicationDataStorage.Instance.ApplicationUserDataPath;
static string updateFileLocation = Path.Combine(applicationDataPath, "updates");