コード例 #1
0
 protected void ConfirmNo()
 {
     LayoutService.ConfirmDialog(false);
 }
コード例 #2
0
 protected void ConfirmYes()
 {
     //Do not clear LayoutService.AdditionalLogon here, were in the middle of an await.
     LayoutService.ConfirmDialog(true);
 }