Inheritance: System.Windows.Forms.Form
Esempio n. 1
0
        private void excludedPathsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ExclusionPaths p = new ExclusionPaths(); //creating the form that will hold the exclusion paths

            p.Show(this);
        }