Пример #1
0
        async void getMyParam()
        {
            App.getAPIURLs = "NewTestValue";
            cdCallAPI mycallAPI   = new cdCallAPI();
            var       myParamResp = await mycallAPI.cdSetParameters("Stage");

            System.Diagnostics.Debug.WriteLine("socialText Login is " + App.cdSocial);
        }