Application:
Xaml:
Xaml.cs:
namespace MyApp
{
public partial class MyAppMain : Window
...
}
User Control:
Xaml:
...
Xaml.cs:
namespace MyApp
{
public partial class FileLookup : UserControl
}
Integrating User Control into App:
Xaml:
...
Regardless of where in the application I insert
RonPosted Mar 19, 2012, 12:17 PM