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 Core.Mes.Client.Comm.Tool; using CoreFS.CA06; using Pur.Entity; namespace Pur.order { public partial class frmMaintainJhy : FrmPmsBase { public frmMaintainJhy() { InitializeComponent(); } public String orderId = ""; public frmMaintainJhy(String strOrderId,OpeBase Ob) { orderId = strOrderId; this.ob = Ob; InitializeComponent(); } private void frmMaintainJhy_Load(object sender, EventArgs e) { MessageUtil.ShowTips("开发中!"); } } }