Example #1
0
        private void SeguroS_btn_Click(object sender, EventArgs e)
        {
            SeguroS ss = new SeguroS();

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

            ss.Show();
        }