Exemplo n.º 1
0
        private void BunifuCustomLabel2_Click(object sender, EventArgs e)
        {
            Visible = false;
            F_main f_Main = new F_main();

            f_Main.Show();
        }
Exemplo n.º 2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            F_main f_Main = new F_main();

            f_Main.Show();
            this.Close();
        }