Exemplo n.º 1
0
 /// <summary>
 /// Handle an ExpandedNavigationSelectItem
 /// </summary>
 /// <param name="item">the item to Handle</param>
 public virtual void Handle(ExpandedNavigationSelectItem item)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Translate an ExpandedNavigationSelectItem
 /// </summary>
 /// <param name="item">the item to Translate</param>
 /// <returns>Defined by the implementer</returns>
 public virtual T Translate(ExpandedNavigationSelectItem item)
 {
     throw new NotImplementedException();
 }