개정판 5928384e
issue #000 ini 에서 Config 를 읽는 Commonlib 추가. 별도로 soap api 를 Connection 하는 부분을 BaseClient Static Class 를 참조하도록 수정.
Change-Id: I54563f8e7e368ace8d50f9fef6a57e6995812a47
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
5917 | 5917 |
{ |
5918 | 5918 |
Symbol_Custom Custom = new Symbol_Custom(); |
5919 | 5919 |
List<Symbol_Custom> Custom_List = new List<Symbol_Custom>(); |
5920 |
//ServiceDeepView.ServiceDeepViewClient client = new ServiceDeepView.ServiceDeepViewClient(App._binding, App._EndPoint); |
|
5920 |
|
|
5921 | 5921 |
var symbol_Private = BaseClient.GetSymbolList(App.ViewInfo.UserID); |
5922 | 5922 |
foreach (var item in symbol_Private) |
5923 | 5923 |
{ |
내보내기 Unified diff