K
K Viltersten
I've designed a class MyButton, extending
Button class. I want to use
<MyButton Name="name">text</MyButton>
instead of
<Button Name="name">text</Button>
but the compiler nags about the class not
being a part of the namespace.
How do i add/set the namespace (Test01) to
be valid for my XAML-setup?
Button class. I want to use
<MyButton Name="name">text</MyButton>
instead of
<Button Name="name">text</Button>
but the compiler nags about the class not
being a part of the namespace.
How do i add/set the namespace (Test01) to
be valid for my XAML-setup?