File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
SimpleStateMachineNodeEditor Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1414using ReactiveUI ;
1515
1616using SimpleStateMachineNodeEditor . Helpers ;
17- using SimpleStateMachineNodeEditor . ViewModel ;
1817using SimpleStateMachineNodeEditor . Helpers . Transformations ;
19- using System . IO ;
2018using SimpleStateMachineNodeEditor . Helpers . Enums ;
21- using SimpleStateMachineNodeEditor . Icons ;
2219using SimpleStateMachineNodeEditor . Helpers . Extensions ;
2320using SimpleStateMachineNodeEditor . ViewModel . NodesCanvas ;
2421
Original file line number Diff line number Diff line change 44using SimpleStateMachineNodeEditor . Helpers . Commands ;
55using SimpleStateMachineNodeEditor . Helpers . Enums ;
66using SimpleStateMachineNodeEditor . Helpers . Extensions ;
7- using SimpleStateMachineNodeEditor . Icons ;
87using System ;
98using System . Collections . Generic ;
109using System . Linq ;
You can’t perform that action at this time.
0 commit comments