This question is locked. New answers and comments are not allowed.
Hi I'm trying a code from your demo site at http://demos.telerik.com/silverlight/#TransitionControl/PerspectiveTransitions
In "BusinessCards.cs" code,
It doesn't recognize "DelegateCommand" function. Error:The type or namespace name 'DelegateCommand' could not be found (are you missing a using directive or an assembly reference?)...
Can you advise me about this? Thank you.
I'm running Silverlight Q2 2010 version.
In "BusinessCards.cs" code,
public BusinessCards(){ this.SelectNext = new DelegateCommand(this.SelectNextPerson); this.SelectPrevious = new DelegateCommand(this.SelectPreviousPerson); ....}Can you advise me about this? Thank you.
I'm running Silverlight Q2 2010 version.