using System; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk { /// /// Interface to implements in order to make a custom tool /// public interface IExternalToolForm : IToolForm { /// /// /// event FormClosedEventHandler FormClosed; } }