public void Dispose() { if (this.owner != null) { this.owner.IsBusy = false; this.owner.BusyText = string.Empty; this.owner = null; } }
public BusyAction(PageViewModelBase owner) { this.owner = owner; }