static void Main() { //Create an object from our class using (MyForm form = new MyForm()) { form.Run(); } }