From ebecfe519176a2df7b6b6441b25d1174480aeb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Rab=C3=A9rin?= Date: Sun, 7 Jun 2020 15:01:09 +0200 Subject: [PATCH 1/2] Migrate from QuickGraph to QuikGraph. --- RxSpy.LiveView/GraphWindow.xaml | 8 +++---- RxSpy.LiveView/RxSpy.LiveView.csproj | 21 ++++++------------- .../ViewModels/Graphs/ObservableGraph.cs | 3 +-- .../Graphs/ObservableGraphLayout.cs | 2 +- .../ViewModels/Graphs/ObserveableEdge.cs | 2 +- RxSpy.LiveView/packages.config | 5 +++-- 6 files changed, 16 insertions(+), 25 deletions(-) diff --git a/RxSpy.LiveView/GraphWindow.xaml b/RxSpy.LiveView/GraphWindow.xaml index 9836bbd..7c68dff 100644 --- a/RxSpy.LiveView/GraphWindow.xaml +++ b/RxSpy.LiveView/GraphWindow.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:models="clr-namespace:RxSpy.Models" xmlns:graph="clr-namespace:RxSpy.ViewModels.Graphs" - xmlns:graphsharp="clr-namespace:GraphSharp.Controls;assembly=GraphSharp.Controls" + xmlns:graphshape="clr-namespace:GraphShape.Controls;assembly=GraphShape.Controls" xmlns:extbehaviour="clr-namespace:WPFExtensions.AttachedBehaviours;assembly=WPFExtensions" Title="GraphWindow" MinHeight="300" MinWidth="450" SizeToContent="WidthAndHeight"> @@ -38,11 +38,11 @@ -