예제 #1
0
 public void UpdateControl(clsAllItem prItem)
 {
     txbMapDimensionValue.Text = prItem.ItemDimensions;
     txbMapTypeValue.Text      = prItem.MapType;
 }
예제 #2
0
 public void PushData(clsAllItem prItem)
 {
     throw new NotImplementedException();
 }
 public void UpdateControl(clsAllItem prItem)
 {
     txbWeightValue.Text = prItem.GuideWeight.ToString();
     txbISBNValue.Text   = prItem.ISBNNumber;
 }
 private void dispatchItemContent(clsAllItem prItem)
 {
     _ItemContent[prItem.Category].DynamicInvoke(prItem);
     updatePage(prItem);
 }
 private void RunBook(clsAllItem prItem)
 {
     ctcItemSpecs.Content = new ucBook();
 }
 private void RunMap(clsAllItem prItem)
 {
     ctcItemSpecs.Content = new ucMap();
 }