示例#1
0
 private void toolStripButton_UpERP_Click(object sender, EventArgs e)
 {
     App.View.frmBillUpERP f = new App.View.frmBillUpERP();
     ShowForm(f);
 }
示例#2
0
文件: Main.cs 项目: haipingma/CL_WMCS
 private void toolStripButton_UpERP_Click(object sender, EventArgs e)
 {
     App.View.frmBillUpERP f = new App.View.frmBillUpERP();
     ShowForm(f);
 }