예제 #1
0
        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();
        }
예제 #2
0
        private void button7_Click(object sender, EventArgs e)
        {
            Nessus NessusF = new Nessus();

            NessusF.Show();
        }