private void toolStripButtonControlarPivotes_Click(object sender, EventArgs e)
 {
     Form_Pivotes pivotes = new Form_Pivotes();
     pivotes.Show();
 }
예제 #2
0
파일: FormBase.cs 프로젝트: tvelez83/Tools
        private void toolStripButtonControlarPivotes_Click(object sender, EventArgs e)
        {
            Form_Pivotes pivotes = new Form_Pivotes();

            pivotes.Show();
        }