예제 #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();
        }