Made UpdateStatusChanged a week event.
Fixed a typo in help.
This commit is contained in:
parent
bbca065e18
commit
2af2997818
4 changed files with 33 additions and 7 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue