コード例 #1
0
ファイル: ProductType.cs プロジェクト: albeeeeen/SMPIWBC
        private void button1_Click_1(object sender, EventArgs e)
        {
            Discounts discount = new Discounts();

            discount.Show();
            this.Hide();
        }
コード例 #2
0
ファイル: EmployeePosition.cs プロジェクト: albeeeeen/SMPIWBC
        private void button13_Click(object sender, EventArgs e)
        {
            this.Hide();
            Discounts discounts = new Discounts();

            discounts.Show();
        }
コード例 #3
0
ファイル: Machine.cs プロジェクト: albeeeeen/SMPIWBC
        private void button15_Click(object sender, EventArgs e)
        {
            string    user      = label24.Text;
            Discounts discounts = new Discounts();

            discounts.label5.Text = user;
            discounts.Show();
            this.Hide();
        }