tags:

views:

36

answers:

1

I am using a custom calendar control made by someone else (under the GNU-GPL, of course) that I loaded into my solution. So how can I create a xmlns reference to it to use the calendar control? Also, they have different namespaces.

+1  A: 

From XAML Namespaces and Namespace Mapping:

xmlns:custom="clr-namespace:SDKSample;assembly=SDKSampleLibrary"
dtb