public void Show() { Indicator = new ProgressBusyIndicator(); Indicator.Tag = this; Text = "Loading..."; Indicator.ShowDialog(); }
public void Show() { Indicator = new ProgressBusyIndicator(); Indicator.Tag = this; Indicator.ShowDialog(); }