Exemplo n.º 1
0
        private void Exportations_Click(object sender, EventArgs e)
        {
            FormExportation f = new FormExportation();

            f.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void exportationsToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            FormExportation f = new FormExportation();

            f.Show();
            this.Hide();
        }