Esempio n. 1
0
 void ShowInfo()
 {
     DialogLayer.ShowInfoBox(InfoContent.RoleInfo, this);
 }
Esempio n. 2
0
 void ShowFastStatistic()
 {
     DialogLayer.ShowInfoBox(InfoContent.FastStatistic,
                             new Admission.ViewModel.Workspaces.EntrantClaims.InfoBoxes.FastAdmissionStatisticViewModel());
 }