Esempio n. 1
0
        private void toolStripMenuItem13_Click(object sender, EventArgs e)
        {
            if (null == returPembelianSupplierForm || returPembelianSupplierForm.IsDisposed)
                returPembelianSupplierForm = new dataReturForm(globalConstants.RETUR_PEMBELIAN_KE_SUPPLIER);

            returPembelianSupplierForm.Show();
            returPembelianSupplierForm.WindowState = FormWindowState.Normal;
        }
Esempio n. 2
0
        private void toolStripMenuItem37_Click(object sender, EventArgs e)
        {
            if (null == returPermintaanForm || returPermintaanForm.IsDisposed)
                returPermintaanForm = new dataReturForm(globalConstants.RETUR_PEMBELIAN_KE_PUSAT);

            returPermintaanForm.Show();
            returPermintaanForm.WindowState = FormWindowState.Normal;
        }
Esempio n. 3
0
        private void toolStripMenuItem9_Click_1(object sender, EventArgs e)
        {
            if (null == reprintReturForm || reprintReturForm.IsDisposed)
                reprintReturForm = new dataReturForm(globalConstants.RETUR_PENJUALAN);

            reprintReturForm.Show();
            reprintReturForm.WindowState = FormWindowState.Normal;
        }