개정판 a0bab669
상단 이미지 변경 추가
KCOM/App.xaml.cs | ||
---|---|---|
89 | 89 |
_binding.TextEncoding = System.Text.Encoding.UTF8; |
90 | 90 |
_binding.TransferMode = TransferMode.Buffered; |
91 | 91 |
//Support.SetLicense(); |
92 |
//테스트 |
|
92 | 93 |
//_EndPoint = new EndpointAddress(@"http://localhost:13009/ServiceDeepView.svc"); |
94 |
//운영 |
|
93 | 95 |
_EndPoint = new EndpointAddress(@"http://cloud.devdoftech.co.kr:5978/ServiceDeepView.svc"); |
94 | 96 |
//Telerik.Windows.Controls.VisualStudio2013Palette.LoadPreset(Telerik.Windows.Controls.VisualStudio2013Palette.ColorVariation.Dark); |
95 | 97 |
base.OnStartup(e); |
... | ... | |
98 | 100 |
{ |
99 | 101 |
MessageBox.Show("에러 메시지" + ex.Message); |
100 | 102 |
} |
101 |
|
|
102 | 103 |
} |
103 | 104 |
|
104 | 105 |
// //default color variation |
내보내기 Unified diff