using System.Windows.Forms; namespace DelftTools.Controls { public interface IDialog { DialogResult ShowModal(); } }