예제 #1
0
파일: Home.cs 프로젝트: BrandonCynwell/PBO
        private void FRUITIPS_Click(object sender, EventArgs e)
        {
            Fruitips main = new Fruitips();

            main.Show();
            this.Hide();
        }
예제 #2
0
파일: Menu5.cs 프로젝트: BrandonCynwell/PBO
        private void Greeting_Close_Click(object sender, EventArgs e)
        {
            Fruitips main = new Fruitips();

            main.Show();
            this.Hide();
        }
예제 #3
0
파일: Home.cs 프로젝트: BrandonCynwell/PBO
        private void Button_Fruitips_Click(object sender, EventArgs e)
        {
            Fruitips main = new Fruitips();

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