コード例 #1
0
ファイル: UpdatePrice.cs プロジェクト: sharif7761/DotNet
        private void BtnLogout_Click(object sender, EventArgs e)
        {
            CoffeeHouse ch = new CoffeeHouse();

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

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