Example #1
0
        private void toolDrawAdd_Click(object sender, EventArgs e)
        {
            DrawAddForm o = new DrawAddForm(this.m_product.PRODUCTID);

            o.StartPosition = FormStartPosition.CenterParent;
            o.ShowDialog();
            dgv_DrawList_Init();
        }
Example #2
0
 private void toolDrawAdd_Click(object sender, EventArgs e)
 {
     DrawAddForm o = new DrawAddForm(this.m_product.PRODUCTID);
     o.StartPosition = FormStartPosition.CenterParent;
     o.ShowDialog();
     dgv_DrawList_Init();
 }