예제 #1
0
 private void toolStripButton_RptOutStock_Click(object sender, EventArgs e)
 {
     App.View.Report.InStock f = new View.Report.InStock("12");
     f.Text = "出库明细表";
     ShowForm(f);
 }
예제 #2
0
 private void toolStripButton_RptInStock_Click(object sender, EventArgs e)
 {
     App.View.Report.InStock f = new View.Report.InStock("11");
     ShowForm(f);
 }