Exemplo n.º 1
0
        private void tsbSo_Click(object sender, EventArgs e)
        {
            SO.NewSo newSo = new SO.NewSo(rfqId);
            newSo.FillCustomerAndContact(this.rfqItems1.tbCustomer.Text, this.rfqItems1.tbContact.Text);
            newSo.ShowDialog();

            Rfq rfq = rfqMgr.GetRfqAccordingToRfqId(rfqId);

            GuiOpAccordingToRfqState((RfqStatesEnum)rfq.rfqStates);
        }
Exemplo n.º 2
0
 private void tsbSo_Click(object sender, EventArgs e)
 {
     SO.NewSo newSo = new SO.NewSo(rfqId);
     newSo.FillCustomerAndContact(this.rfqItems1.tbCustomer.Text, this.rfqItems1.tbContact.Text);
     newSo.ShowDialog();
 }
Exemplo n.º 3
0
 private void tsbSo_Click(object sender, EventArgs e)
 {
     SO.NewSo newSo = new SO.NewSo(rfqId);
     newSo.FillCustomerAndContact(this.rfqItems1.tbCustomer.Text, this.rfqItems1.tbContact.Text);
     newSo.ShowDialog();
 }