private void button2_Click(object sender, EventArgs e) { Nessus NessusViewer = new Nessus(); // Create a new instance of the Form2 class // Show the settings form NessusViewer.Show(); }
private void button7_Click(object sender, EventArgs e) { Nessus NessusF = new Nessus(); NessusF.Show(); }