개정판 a1e2ba68
markus 외부주소 오류 수정
Change-Id: I03bd3df4edb78472d7d45f7a8c5db87fdfda226b
KCOM/App.xaml.cs | ||
---|---|---|
30 | 30 |
public partial class App : Application |
31 | 31 |
{ |
32 | 32 |
public static PageManager.PageStorage PageStorage; |
33 |
public static string MarkusVersion = ""; |
|
33 | 34 |
public static string BaseAddress; |
34 | 35 |
public static string FileUploadUri; |
35 | 36 |
public static BasicHttpBinding _binding; |
... | ... | |
267 | 268 |
uri.Port = baseUri.Port; |
268 | 269 |
|
269 | 270 |
FileUploadUri = uri.ToString(); |
271 |
|
|
272 |
|
|
270 | 273 |
} |
271 | 274 |
|
272 | 275 |
App.FileLogger.Debug(string.Format("{0}/ServiceDeepView.svc", BaseAddress)); |
내보내기 Unified diff