private void button2_Click_1(object sender, EventArgs e) { tracuu n = new tracuu(); n.ShowDialog(); n.Hide(); }
private void button2_Click(object sender, EventArgs e) { tracuu a = new tracuu(); a.ShowDialog(); a.Hide(); }