Ejemplo n.º 1
0
        private void toolStripMenuItem63_Click(object sender, EventArgs e)
        {
            if (null == cekPermintaanBarangForm || cekPermintaanBarangForm.IsDisposed)
                cekPermintaanBarangForm = new dataPermintaanForm(globalConstants.CEK_DATA_MUTASI);

            cekPermintaanBarangForm.Show();
            cekPermintaanBarangForm.WindowState = FormWindowState.Normal;
        }
Ejemplo n.º 2
0
        private void toolStripMenuItem65_Click(object sender, EventArgs e)
        {
            if (null == requestOrderForm || requestOrderForm.IsDisposed)
                requestOrderForm = new dataPermintaanForm(globalConstants.PERMINTAAN_BARANG);

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