Пример #1
0
 private bool LoadAllQuestionsToUse()
 {
     try
     {
         di = new DependencyInjector();
         listQuestionData = di.GetAllQuestionData();
         return(listQuestionData.Count > 0);
     }
     catch (Exception e)
     {
         Debug.LogError(e.Message);
         return(false);
     }
 }