Esempio n. 1
0
 public ProgressModal Show()
 {
     _modalHost.Show();
     return(this);
 }
Esempio n. 2
0
 public TutorialModal Show()
 {
     _modal.Show();
     return(this);
 }