private void toolStripButtonControlarPivotes_Click(object sender, EventArgs e)
 {
     Form_Pivotes pivotes = new Form_Pivotes();
     pivotes.Show();
 }
Beispiel #2
0
        private void toolStripButtonControlarPivotes_Click(object sender, EventArgs e)
        {
            Form_Pivotes pivotes = new Form_Pivotes();

            pivotes.Show();
        }