Use standard event pattern
This commit is contained in:
parent
e9eeea8d3d
commit
a366e1ad3b
4 changed files with 4 additions and 4 deletions
|
|
@ -56,7 +56,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
// Year|month|day|versionForDay (to support multiple revisions on a given day)
|
||||
public static int LatestVersion { get; } = 201606271;
|
||||
|
||||
public static EventHandler AnyPrinterSettingChanged;
|
||||
public static event EventHandler AnyPrinterSettingChanged;
|
||||
|
||||
public event EventHandler SettingChanged;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue