| 123456789101112131415161718192021222324252627 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Linq;
- using System.Text;
- using System.Windows.Forms;
- using CoreFS.CA06;
- namespace Core.StlMes.Client.SaleOrder
- {
- public partial class frmOrderProducerinfo : FrmBase
- {
- public frmOrderProducerinfo()
- {
- InitializeComponent();
- }
- public CoreFS.CA06.OpeBase oPbc = null;
- public string index = "";
- private void frmOrderProducerinfo_Load(object sender, EventArgs e)
- {
- this.ob = oPbc;
- ctrlFileDown1.FilePath = "Image/pss/sale/order/ORD_PK/ORD_LN_PK/PRDCR/" + index;
- }
- }
- }
|