Move window.Closed listeners to IDisposable.Dispose
This commit is contained in:
parent
29812fdf82
commit
843b353bbb
6 changed files with 54 additions and 47 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue