I've designed a class MyButton, extending
Button class. I want to use
<MyButton Name="name">tex t</MyButton>
instead of
<Button Name="name">tex t</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?
--
Regards
Konrad Viltersten
--------------------------------
sleep - a substitute for coffee for the poor
ambition - lack of sense to be lazy
Button class. I want to use
<MyButton Name="name">tex t</MyButton>
instead of
<Button Name="name">tex t</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?
--
Regards
Konrad Viltersten
--------------------------------
sleep - a substitute for coffee for the poor
ambition - lack of sense to be lazy