I have created my own user controls, button, labels and stack panels.
HOw can i reference them in my MainWindow.xaml?
Printable View
I have created my own user controls, button, labels and stack panels.
HOw can i reference them in my MainWindow.xaml?
<Window
xmlns:src="clr-namespace:MyProject.MyControls"
Title="FindInFiles" >
<grid>
<src:MycontrolName