Ejemplo n.º 1
0
        private void DisplayThreadText(object sender, EventArgs e)
        {
            textBox1.AppendText(_code);
            textBox1.AppendText("\n");
            labelCode.Text = _code;
            itScan         = true;

            NewBarangForm newB = new NewBarangForm(this);

            newB.ShowDialog();
        }
Ejemplo n.º 2
0
        public void ShowNewBarangForm()
        {
            NewBarangForm newB = new NewBarangForm(this);

            newB.ShowDialog();
        }