public interface IExternalModalForm : IDisposable
{
    System.Windows.Forms. DialogResult ShowDialog();
    System.Windows.Forms. DialogResult ShowDialog(System.Windows.Forms. IWin32Window owner);
}