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