예제 #1
0
        private static async Task HandleTempUserLogInAction()
        {
            await CoursesClient.TempLogInUser();

            await CoursesDownloaderManual.Init();
        }