Beispiel #1
0
        private void preciosNCCToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormPrecioNCC s = new FormPrecioNCC();

            s.ShowDialog();
        }
Beispiel #2
0
 private void preciosNCCToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormPrecioNCC s = new FormPrecioNCC();
     s.ShowDialog();
 }