public override void Run() { using (InfoForm frm = new InfoForm()) { frm.ShowDialog(this.Owner as IWin32Window); } }