Skip to content

Commit cf72f5d

Browse files
committed
some refact and fix
1 parent 3389781 commit cf72f5d

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

SimpleStateMachineNodeEditor/App.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Application.Resources>
77
<ResourceDictionary>
88
<ResourceDictionary.MergedDictionaries>
9-
<!--<ResourceDictionary Source="Styles/Themes/Dark.xaml"/>-->
10-
<ResourceDictionary Source="Styles/Themes/Light.xaml"/>
9+
<ResourceDictionary Source="Styles/Themes/Dark.xaml"/>
10+
<!--<ResourceDictionary Source="Styles/Themes/Light.xaml"/>-->
1111
<ResourceDictionary Source="Icons/Icons.xaml"/>
1212

1313

SimpleStateMachineNodeEditor/View/ViewNodesCanvas.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414
using ReactiveUI;
1515

1616
using SimpleStateMachineNodeEditor.Helpers;
17-
using SimpleStateMachineNodeEditor.ViewModel;
1817
using SimpleStateMachineNodeEditor.Helpers.Transformations;
19-
using System.IO;
2018
using SimpleStateMachineNodeEditor.Helpers.Enums;
21-
using SimpleStateMachineNodeEditor.Icons;
2219
using SimpleStateMachineNodeEditor.Helpers.Extensions;
2320
using SimpleStateMachineNodeEditor.ViewModel.NodesCanvas;
2421

SimpleStateMachineNodeEditor/ViewModel/NodesCanvas/ViewModelNodesCanvasCommands.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using SimpleStateMachineNodeEditor.Helpers.Commands;
55
using SimpleStateMachineNodeEditor.Helpers.Enums;
66
using SimpleStateMachineNodeEditor.Helpers.Extensions;
7-
using SimpleStateMachineNodeEditor.Icons;
87
using System;
98
using System.Collections.Generic;
109
using System.Linq;

0 commit comments

Comments
 (0)