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