Exemplo n.º 1
0
 private void Db_Click(object sender, EventArgs e)
 {
     Db form2 = new Db();
     form2.Show();
 }