개정판 ff01c725
issue #1187: 설치 파일 for SNI
Change-Id: If9472fac917642303f5a53438a6e8d0c19e82db2
KCOM/Controls/Symbol.xaml.cs | ||
---|---|---|
94 | 94 |
//lstSymbolPublic.ItemsSource = null; |
95 | 95 |
|
96 | 96 |
Symbol_Custom Custom = new Symbol_Custom(); |
97 |
List<Symbol_Custom> Custom_List = new List<Symbol_Custom>(); |
|
98 |
|
|
99 |
var symbol_Private = ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetSymbolList(App.ViewInfo.UserID); |
|
100 |
foreach (var item in symbol_Private) |
|
97 |
List<Symbol_Custom> Custom_List = new List<Symbol_Custom>(); |
|
98 |
|
|
99 |
try |
|
101 | 100 |
{ |
102 |
Custom.Name = item.NAME; |
|
103 |
Custom.ImageUri = CommonLib.Common.IPReplace(item.IMAGE_URL, App.isExternal); |
|
104 |
Custom.ID = item.ID; |
|
105 |
Custom_List.Add(Custom); |
|
106 |
Custom = new Symbol_Custom(); |
|
101 |
|
|
102 |
var symbol_Private = ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetSymbolList(App.ViewInfo.UserID); |
|
103 |
|
|
104 |
|
|
105 |
foreach (var item in symbol_Private) |
|
106 |
{ |
|
107 |
Custom.Name = item.NAME; |
|
108 |
Custom.ImageUri = CommonLib.Common.IPReplace(item.IMAGE_URL, App.isExternal); |
|
109 |
Custom.ID = item.ID; |
|
110 |
Custom_List.Add(Custom); |
|
111 |
Custom = new Symbol_Custom(); |
|
112 |
} |
|
113 |
lstSymbolPrivate.ItemsSource = Custom_List; |
|
114 |
} |
|
115 |
catch (Exception ex) |
|
116 |
{ |
|
117 |
System.Diagnostics.Debug.WriteLine(ex.ToString()); |
|
107 | 118 |
} |
108 |
lstSymbolPrivate.ItemsSource = Custom_List; |
|
109 | 119 |
|
110 | 120 |
Custom = new Symbol_Custom(); |
111 | 121 |
Custom_List = new List<Symbol_Custom>(); |
내보내기 Unified diff