コード例 #1
0
ファイル: frmClient.cs プロジェクト: Vicky0708/bysj
        private void button1_Click(object sender, EventArgs e)
        {
            frmFixProduct frmsub = new frmFixProduct(ClientdataGridView1.CurrentRow);

            frmsub.Show();
        }
コード例 #2
0
        private void buttonFixBox_Click(object sender, EventArgs e)
        {
            frmFixProduct frmFixProduct = new frmFixProduct();

            frmFixProduct.Show();
        }