private void btnStokHareketRaporu_Click(object sender, EventArgs e) { StokHareketRaporu StokHareketRaporuForm = new StokHareketRaporu(); StokHareketRaporuForm.stokKodu = stokKodu; ArsLibrary.appForm.AddChildForm(StokHareketRaporuForm, "Stok Hareket Raporu (" + stokKodu + ")", new Size(0, 0), null); tbFocus.Focus(); }
private void tiStokHareketRaporu_ItemClick(object sender, DevExpress.XtraEditors.TileItemEventArgs e) { StokHareketRaporu StokHareketRaporuForm = new StokHareketRaporu(); ArsLibrary.appForm.AddChildForm(StokHareketRaporuForm, "Stok Hareket Raporu", new Size(0, 0), null); }