개정판 53880c83
issue #886: Symbol legend 생성 작업 중....
KCOM/Controls/FavoritePanel.xaml.cs | ||
---|---|---|
63 | 63 |
|
64 | 64 |
private void BaseClient_DeleteMarkupCompleted(object sender, ServiceDeepView.DeleteMarkupCompletedEventArgs e) |
65 | 65 |
{ |
66 |
if (e.Error == null && e.Result != null)
|
|
66 |
if (e.Error == null && e.Result == false)
|
|
67 | 67 |
{ |
68 | 68 |
Logger.sendReqLog("GetFavoriteVPAsync: ", App.ViewInfo.ProjectNO + "," + App.ViewInfo.UserID + "," + App.ViewInfo.DocumentItemID, 1); |
69 | 69 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetFavoriteVPAsync(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, App.ViewInfo.DocumentItemID); |
... | ... | |
76 | 76 |
} |
77 | 77 |
private void BaseClient_EditFavoriteVPCompleted(object sender, ServiceDeepView.EditFavoriteVPCompletedEventArgs e) |
78 | 78 |
{ |
79 |
if (e.Error == null && e.Result != null)
|
|
79 |
if (e.Error == null && e.Result != false)
|
|
80 | 80 |
{ |
81 | 81 |
Logger.sendReqLog("GetFavoriteVPAsync: ", App.ViewInfo.ProjectNO + "," + App.ViewInfo.UserID + "," + App.ViewInfo.DocumentItemID, 1); |
82 | 82 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetFavoriteVPAsync(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, App.ViewInfo.DocumentItemID); |
내보내기 Unified diff