|
-
Feb 18th, 2012, 02:28 PM
#1
Thread Starter
Fanatic Member
User Control
I have created my own user controls, button, labels and stack panels.
HOw can i reference them in my MainWindow.xaml?
-
Mar 2nd, 2012, 02:55 PM
#2
Re: User Control
<Window
xmlns:src="clr-namespace:MyProject.MyControls"
Title="FindInFiles" >
<grid>
<src:MycontrolName
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|