Beispiel #1
0
        private async Task InitDataAsync(string type)
        {
            var questionServices = new QuestionServices();

            try
            {
                QuestionsList = await questionServices.GetQuestions(type);
            }
            catch (Exception exc)
            {
            }
            ThreeQuestion(type);
        }