public static cxspForm Create() { if (cx == null) { cx = new cxspForm(); } return(cx); }
//private void treeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) //{ //} private void 查看商品ToolStripMenuItem_Click_1(object sender, EventArgs e) { cxspForm cx = cxspForm.Create(); cx.loaddd += eventload; cx.Show(); cx.Focus(); }
private void cxspForm_FormClosed(object sender, FormClosedEventArgs e) { cx = null; }