예제 #1
0
 public ProgressModal Show()
 {
     _modalHost.Show();
     return(this);
 }
예제 #2
0
 public TutorialModal Show()
 {
     _modal.Show();
     return(this);
 }