示例#1
0
 private void 采购人整理ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     //CodeTableUpdate.Form_Buy frm_Buy = new CodeTableUpdate.Form_Buy();
     DataUpdate.Form_Buy frm_Buy = new DataUpdate.Form_Buy();
     frm_Buy.Show();
   
 }