Beispiel #1
0
        private void pdfReportButton_Click(object sender, EventArgs e)
        {
            this.Hide();
            StockPrintForm aStockPrintForm = new StockPrintForm();

            aStockPrintForm.Show();
        }
Beispiel #2
0
        private void stockItemReportToolStripMenuItem_Click(object sender, EventArgs e)
        {
            StockPrintForm aStockPrintForm = new StockPrintForm();

            aStockPrintForm.Show();
        }