private void btnSQLiteDemo_Click(object sender, EventArgs e) { var frm = new SQLite.frmMainSQLite(); this.Hide(); frm.ShowDialog(); this.Show(); }