Beispiel #1
0
        private void simpleButton2_Click(object sender, EventArgs e)
        {
            StokListeForm stk = new StokListeForm();

            stk.ShowDialog();
            KisayolEkle_Load(sender, e);
        }
        private void simpleButton3_Click(object sender, EventArgs e)
        {
            StokListeForm stk = new StokListeForm();

            stk.ShowDialog();
            if (StokListeForm.barkodKodu != null)
            {
                txtBarkod.Text = StokListeForm.barkodKodu.ToString();
                simpleButton1_Click(sender, e);
            }
        }
Beispiel #3
0
        private void button2_Click(object sender, EventArgs e)
        {
            StokListeForm stk = new StokListeForm();

            stk.ShowDialog();
            // this.Visible = false;
            Form1_Load(sender, e);
            if (chckoto.Checked)
            {
                BarkodGetir(txtBarkod.Text);
                Ekle();
            }
        }