private void toolStripButton1_Click(object sender, EventArgs e) { FormSQL F = new FormSQL(); F.Show(); }