コード例 #1
0
        private void Button_Bill_Click(object sender, EventArgs e)
        {
            FormBill FB = new FormBill();

            this.Hide();
            FB.Show();
        }
コード例 #2
0
        private void Button_NewBill_Click(object sender, EventArgs e)
        {
            FormBill ok = new FormBill();

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