Exemplo n.º 1
0
        private void configurationToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormConfiguration fConf = new FormConfiguration();

            fConf.ShowDialog();
        }
Exemplo n.º 2
0
 private void configurationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormConfiguration fConf = new FormConfiguration();
     fConf.ShowDialog();
 }