Example #1
0
        private void FRUITIPS_Click(object sender, EventArgs e)
        {
            Fruitips main = new Fruitips();

            main.Show();
            this.Hide();
        }
Example #2
0
        private void Greeting_Close_Click(object sender, EventArgs e)
        {
            Fruitips main = new Fruitips();

            main.Show();
            this.Hide();
        }
Example #3
0
        private void Button_Fruitips_Click(object sender, EventArgs e)
        {
            Fruitips main = new Fruitips();

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