개정판 cf1cc862
licensing 수정
Change-Id: I3bffa280e0205be1031c133bf4716929fcbd7c54
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
4554 | 4554 |
|
4555 | 4555 |
//if (result) |
4556 | 4556 |
//{ |
4557 |
btnFinalPDF.IsEnabled = false; |
|
4558 |
|
|
4557 | 4559 |
ConsolidationMethod(); |
4558 | 4560 |
//} |
4559 | 4561 |
//else |
... | ... | |
5224 | 5226 |
if (info.UserID == App.ViewInfo.UserID) |
5225 | 5227 |
{ |
5226 | 5228 |
info.userDelete = true; |
5227 |
info.DisplayColor = "FFFF0000"; |
|
5229 |
info.DisplayColor = "#FFFF0000";
|
|
5228 | 5230 |
} |
5229 | 5231 |
else |
5230 | 5232 |
{ |
... | ... | |
5629 | 5631 |
public void DialogMessage_Alert(string content, string header) |
5630 | 5632 |
{ |
5631 | 5633 |
App.splashScreen.Close(); |
5634 |
App.FileLogger.Error(content + " " + header); |
|
5632 | 5635 |
|
5633 | 5636 |
DialogParameters parameters = new DialogParameters() |
5634 | 5637 |
{ |
내보내기 Unified diff