2021-07-23 09:42:22 +08:00
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
2022-10-28 22:45:39 +08:00
|
|
|
xmlns:s="clr-namespace:AIStudio.Wpf.DiagramDesigner"
|
|
|
|
|
xmlns:c="clr-namespace:AIStudio.Wpf.DiagramDesigner.Controls"
|
2021-07-23 09:42:22 +08:00
|
|
|
xmlns:sys="clr-namespace:System;assembly=mscorlib"
|
|
|
|
|
xmlns:gif="http://wpfanimatedgif.codeplex.com" >
|
|
|
|
|
|
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>
|