개정판 503cb09e
service controller 참조 DLL 추가
Change-Id: I71275da928adc2181aa4c8da4b377eccabe90669
KCOM/Services/BaseServices.cs | ||
---|---|---|
245 | 245 |
|
246 | 246 |
if (e.Error != null) |
247 | 247 |
{ |
248 |
DialogMessage_Alert("페이지정보를 가져올 수 없습니다.", "Alert");
|
|
248 |
DialogMessage_Alert("The page cannot be displayed.", "Alert");
|
|
249 | 249 |
return; |
250 | 250 |
} |
251 | 251 |
|
... | ... | |
662 | 662 |
else |
663 | 663 |
{ |
664 | 664 |
//System.Windows.Forms.MessageBox.Show("해당 프로젝트에 가입되지 않은 유저입니다. 관리자에게 등록신청을 해주세요", "안내"); |
665 |
DialogMessage_Alert("해당 프로젝트에 가입되지 않은 유저입니다. 관리자에게 등록신청을 해주세요", "안내");
|
|
665 |
DialogMessage_Alert("You are not belong to this project. Please ask admin for an authority.", "Info");
|
|
666 | 666 |
//this.ParentOfType<MainPage>().DialogMessage_Alert("해당 프로젝트에 가입되지 않은 유저입니다. 관리자에게 등록신청을 해주세요", "안내"); |
667 | 667 |
} |
668 | 668 |
|
내보내기 Unified diff