예제 #1
0
            public void Dispose()
            {
                if (this.owner != null)
                {
                    this.owner.IsBusy   = false;
                    this.owner.BusyText = string.Empty;

                    this.owner = null;
                }
            }
예제 #2
0
 public BusyAction(PageViewModelBase owner)
 {
     this.owner = owner;
 }