Exemplo n.º 1
0
        private void wishListToolStripMenuItem_Click(object sender, EventArgs e)
        {
            WishListForm wishList = new WishListForm();

            wishList.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void wish_list_Click(object sender, EventArgs e)
        {
            WishListForm wishList = new WishListForm();

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