Exemplo n.º 1
0
 public frmMainReport(PORcvInvoiceForm pORcvInvoiceForm, string code)
 {
     InitializeComponent();
     this.pORcvInvoiceForm = pORcvInvoiceForm;
     this.code             = code;
     this.TypeReport       = MyConstant.TypeReport.RCVPO;
 }
Exemplo n.º 2
0
        private void ทำรบเขาPOหลายใบToolStripMenuItem_Click(object sender, EventArgs e)
        {
            PORcvInvoiceForm obj = new PORcvInvoiceForm();

            obj.MdiParent = this;
            obj.Show();
        }
 public POListNotCompleteForm(PORcvInvoiceForm pORcvInvoiceForm)
 {
     InitializeComponent();
     _Fromform             = "PORcvInvoiceForm";
     this.pORcvInvoiceForm = pORcvInvoiceForm;
 }
 public PopupPORcvList(PORcvInvoiceForm pORcvInvoiceForm)
 {
     _FromForm = "PORcvInvoiceForm";
     InitializeComponent();
     this.pORcvInvoiceForm = pORcvInvoiceForm;
 }
 public PopupProductBaseForm(PORcvInvoiceForm pORcvInvoiceForm, int idProDtl)
 {
     InitializeComponent();
     this.pORcvInvoiceForm = pORcvInvoiceForm;
     this.idProDtl         = idProDtl;
 }
Exemplo n.º 6
0
 public SelectedVendorPopup(PORcvInvoiceForm pORcvInvoiceForm)
 {
     InitializeComponent();
     _ReturnForm           = "PORcvInvoiceForm";
     this.pORcvInvoiceForm = pORcvInvoiceForm;
 }