Ejemplo n.º 1
0
        private void SeguroS_btn_Click(object sender, EventArgs e)
        {
            SeguroS ss = new SeguroS();

            ss.Show();
            this.Close();
        }
Ejemplo n.º 2
0
        private void social_btn_Click(object sender, EventArgs e)
        {
            SeguroS ss = new SeguroS();

            ss.Show();
        }