implemented add button visually in ExtendedTabControlmaster
parent
59f674f663
commit
b0e63d0437
@ -0,0 +1,12 @@ |
||||
<ResourceDictionary |
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
xmlns:local="clr-namespace:MultiTerm.Wpf.CustomControl"> |
||||
|
||||
<!-- below all xaml files for custom controls shall be added --> |
||||
<ResourceDictionary.MergedDictionaries> |
||||
<ResourceDictionary Source="/MultiTerm.Wpf.CustomControl;component/ExtendedTabControl/ExtendedTabControl.xaml"/> |
||||
|
||||
</ResourceDictionary.MergedDictionaries> |
||||
|
||||
</ResourceDictionary> |
||||
Loading…
Reference in new issue