Пример #1
0
        public void LogKayit(string islem)
        {
            // log için son logID alındı
            DataTable dtLog = new DataTable();

            dtLog    = db.sonLogIDoku();
            sonLogID = db.sonLogID;

            sonLogID += 1;

            db.logKayit(sonLogID, grvID.ToString(), Ad, Soyad, grvSehir, grvSirket, grvIP, macAdres, grvEn, grvBoy, islem, tarih, saat);
        }