Пример #1
0
        public async void CreateInfographic()
        {
            //without @
            await _CurrentProfile.LoadProfileData("INSTAGRAM ACCOUNT NAME", API_KEY);

            WebInfographicCreator creator = new WebInfographicCreator();
            await creator.CreateWebInfoGraphic(_CurrentProfile, TEMPLATE_NAME);
        }