Exemplo n.º 1
0
        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();
        }
Exemplo n.º 2
0
        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);
        }