Exemplo n.º 1
0
        private void toolDrawAdd_Click(object sender, EventArgs e)
        {
            DrawAddForm o = new DrawAddForm(this.m_product.MATERIALID);

            o.StartPosition = FormStartPosition.CenterParent;
            o.ShowDialog();
            drawInfo_Init();
        }
Exemplo n.º 2
0
 private void toolDrawAdd_Click(object sender, EventArgs e)
 {
     DrawAddForm o = new DrawAddForm(this.m_product.MATERIALID);
     o.StartPosition = FormStartPosition.CenterParent;
     o.ShowDialog();
     drawInfo_Init();
 }