개정판 cf1cc862
licensing 수정
Change-Id: I3bffa280e0205be1031c133bf4716929fcbd7c54
KCOM/Services/BaseServices.cs | ||
---|---|---|
214 | 214 |
if(info.UserID == App.ViewInfo.UserID) |
215 | 215 |
{ |
216 | 216 |
info.userDelete = true; |
217 |
info.DisplayColor = "FFFF0000"; |
|
217 |
info.DisplayColor = "#FFFF0000";
|
|
218 | 218 |
} |
219 | 219 |
else |
220 | 220 |
{ |
... | ... | |
497 | 497 |
{ |
498 | 498 |
App.FileLogger.Fatal(ex); |
499 | 499 |
} |
500 |
finally |
|
501 |
{ |
|
502 |
if(!ViewerDataModel.Instance.SystemMain.dzMainMenu.btnFinalPDF.IsEnabled) |
|
503 |
{ |
|
504 |
ViewerDataModel.Instance.SystemMain.dzMainMenu.btnFinalPDF.IsEnabled = true; |
|
505 |
} |
|
506 |
} |
|
500 | 507 |
} |
501 | 508 |
|
502 | 509 |
private void GridViewMarkup_Sorting(object sender, GridViewSortingEventArgs e) |
내보내기 Unified diff