Use standard event pattern

This commit is contained in:
John Lewin 2018-12-17 16:14:09 -08:00
parent e9eeea8d3d
commit a366e1ad3b
4 changed files with 4 additions and 4 deletions

View file

@ -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;