Esempio n. 1
0
        private void BtnLogout_Click(object sender, EventArgs e)
        {
            CoffeeHouse ch = new CoffeeHouse();

            ch.Show();
            txtFoodName.Text = txtUpdatedPrice.Text = "";
            this.Hide();
        }
Esempio n. 2
0
        private void BtnBack_Click(object sender, EventArgs e)
        {
            CoffeeHouse c = new CoffeeHouse();

            c.Show();
            txtUN.Text = txtPass.Text = "";
            this.Hide();
        }