개정판 34ac8db7
Fix: Delete에 대한 Undo/Redo 기능 수정
Change-Id: I55592f4822b661ed7f61c714382bd8d988145ef7
KCOM/App.xaml.cs | ||
---|---|---|
412 | 412 | |
413 | 413 |
#if DEBUG |
414 | 414 |
//sBaseServiceURL = CommonLib.Common.GetConfigString("BaseClientAddress", "URL", "", isExternal); |
415 |
System.Diagnostics.Debug.WriteLine("sBaseServiceURL");
|
|
415 |
System.Diagnostics.Debug.WriteLine("BaseServiceURL"); |
|
416 | 416 |
BaseAddress = CommonLib.Common.GetConfigString("BaseClientAddress", "URL", "", isExternal); |
417 | 417 |
#else |
418 | 418 |
BaseAddress = CommonLib.Common.GetConfigString("BaseClientAddress", "URL", "", isExternal); |
내보내기 Unified diff