Ejemplo n.º 1
0
        private void simpleButton7_Click(object sender, EventArgs e)
        {
            this.Close();
            Gmail fr = new Gmail();

            fr.ShowDialog();
        }
Ejemplo n.º 2
0
        private void gmail_Click(object sender, EventArgs e)
        {
            Gmail fr = new Gmail();

            fr.ShowDialog();
        }