Program/WPF C# 썸네일형 리스트형 combobox.SelectdItem 문자열 정상적으로 가져오기 string idcount = ((ComboBoxItem) MainWindow.s_main.combobox_idcount.SelectedItem).Content.ToString(); 더보기 c#, WPF 내 나름대로의 재귀호출 public static string s_importjson() { try { string json = ""; string _url; using ( WebClient wc1 = new WebClient() ) { string _url1 = "http://localhost/test.txt"; wc1.Encoding = Encoding.UTF8; //TODO: API - 서버에 전송 json = wc1.DownloadString(_url1); return json; } } catch ( Exception ex ) { //메세지출력 } return ""; } public static void s_roundimpo( string msg ) { try { string textValue = s_importjson(.. 더보기 이전 1 다음