private void connectToolStripMenuItem_Click(object sender, EventArgs e) { sql frm = new sql(this); frm.ShowDialog(); if (this.db != null) { toolStripSQLState.Text = "OK"; } }
private void toMySQLToolStripMenuItem_Click(object sender, EventArgs e) { sql frm = new sql(this); frm.ShowDialog(); if (this.db != null) { toolStripSQLState.Text = "OK"; } //DBConnect conn = new DBConnect(); //conn.Save(manga, pseudo); }