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