Esempio n. 1
0
        private void btnDuzenle_Click(object sender, EventArgs e)
        {
            StokSabit StokSabitForm = new StokSabit();

            StokSabitForm.stokKodu = stokKodu;
            ArsLibrary.appForm.AddChildForm(StokSabitForm, "Stok Tanımları (" + stokKodu + ")", new Size(0, 0), null);
            tbFocus.Focus();
        }
Esempio n. 2
0
 private void BtnYeniStok_Click(object sender, EventArgs e)
 {
     if (ArsLibrary.appForm != null)
     {
         StokSabit StokForm = new StokSabit();
         ArsLibrary.appForm.AddChildForm(StokForm, "Stok Tanımları", new Size(0, 0), null);
     }
 }
Esempio n. 3
0
 private void MiStokTanimlari_Click(object sender, EventArgs e)
 {
     tbFocus.Focus();
     if (ArsLibrary.appForm != null)
     {
         StokSabit StokSabitForm = new StokSabit();
         ArsLibrary.appForm.AddChildForm(StokSabitForm, "Stok Tanımları", new Size(0, 0), null);
     }
 }