Exemple #1
0
 public void Show()
 {
     Indicator     = new ProgressBusyIndicator();
     Indicator.Tag = this;
     Text          = "Loading...";
     Indicator.ShowDialog();
 }
Exemple #2
0
 public void Show()
 {
     Indicator     = new ProgressBusyIndicator();
     Indicator.Tag = this;
     Indicator.ShowDialog();
 }