Base UserControl without XAML in WPF
public class BaseName : UserControl
{
public BaseName()
{
}
}
<control:BaseName x:class="" xlns:x="clr-namespace/<control library path>
Note : Base class should not be abstract if name is required in the child class,
No comments:
Post a Comment