import System.Windows.Forms;

var f : Form = new Form();
f.ShowDialog();
