public void UpdateControl(clsAllItem prItem) { txbMapDimensionValue.Text = prItem.ItemDimensions; txbMapTypeValue.Text = prItem.MapType; }
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(); }