删除废弃的两个item

This commit is contained in:
艾竹
2023-05-03 16:07:02 +08:00
parent 6b13f51814
commit c135a7f144
5 changed files with 0 additions and 201 deletions

View File

@@ -32,16 +32,6 @@ namespace AIStudio.Wpf.DiagramDesigner
return (Style)itemsControl.FindResource("gifimageItemStyle");
}
if (item is LinkPointDesignerItemViewModel)
{
return (Style)itemsControl.FindResource("linkpointItemStyle");
}
if (item is PointDesignerItemViewModel)
{
return (Style)itemsControl.FindResource("pointItemStyle");
}
if (item is LogicalGateItemViewModelBase)
{
return (Style)itemsControl.FindResource("logicalItemStyle");