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(); }
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); } }
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); } }