예제 #1
0
        public static TestYapma getInstance()
        {
            if (instance == null)
            {
                instance = new TurkceIngilizceTest();
            }

            return(instance);
        }
예제 #2
0
        public static TestYapma getInstance()
        {
            if (instance == null)
            {
                instance = new TurkceIngilizceTest();
            }

            instance.soruKelimeleri = null;
            instance.soruKelimeleri = new Kelime[SQL.GetInstance().OturumuVer().istatistik.testKelime];

            return(instance);
        }