コード例 #1
0
        private void cadastrarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CadastrarFamilia cf = new CadastrarFamilia();

            cf.Show();
            this.Hide();
        }
コード例 #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            CadastrarFamilia cf = new CadastrarFamilia();

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