2021-07-23 09:42:22 +08:00
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
2023-03-05 21:30:53 +08:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
2021-07-23 09:42:22 +08:00
|
|
|
|
2022-12-05 22:48:00 +08:00
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
|
<ResourceDictionary Source="/AIStudio.Wpf.DiagramDesigner;component/Themes/DesignerItem.xaml" />
|
|
|
|
|
<ResourceDictionary Source="/AIStudio.Wpf.DiagramDesigner;component/Themes/ConnectorItem.xaml" />
|
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
2021-07-23 09:42:22 +08:00
|
|
|
</ResourceDictionary>
|