Silverlight ViewBase in separate assembly - possible?
- by Mark
I have all my views in a project inheriting from a ViewBase class that inherits from UserControl. In my XAML I reference it thus:
<f:ViewBase x:Class="Forte.UI.Modules.Configure.Views.AddNewEmployeeView"
xmlns:f="clr-namespace:Forte.UI.Modules.Configure.Views"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
…