예제 #1
0
        void DefaultAyarlariYukle()
        {
            var Ayarlarr = DataBase.AYARLAR_GETIR();

            if (Ayarlarr.Count <= 0)
            {
                DataBase.AYARLAR_EKLE(new AYARLAR()
                {
                    Notification = true
                });
            }
        }