public static void Exit() { Game1.Exit(); }
private void button1_Click(object sender, EventArgs e) { this.Close(); Game1.Exit(); }