Move window.Closed listeners to IDisposable.Dispose

This commit is contained in:
John Lewin 2019-02-16 09:11:20 -08:00 committed by jlewin
parent 29812fdf82
commit 843b353bbb
6 changed files with 54 additions and 47 deletions

View file

@ -27,9 +27,11 @@ of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the FreeBSD Project.
*/
using System;
namespace MatterHackers.MatterControl
{
public interface ISetupWizard
public interface ISetupWizard : IDisposable
{
PrinterConfig Printer { get; }