예제 #1
0
 public void BeginRebind()
 {
     Globals.IsBusy = true;
     DataServiceHelper.ListImageAsync(null, this.ItemId, (int)this.ImageType, 3, ListImageCompleted);
 }