[GUI] Move to Microsoft.Xaml.Behaviors.Wpf from System.Windows.Interactivity.WPF

This commit is contained in:
Alexey Golub
2019-09-27 00:49:29 +03:00
parent 05c551f80c
commit fa4bb3b693
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Specialized;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interactivity;
using Microsoft.Xaml.Behaviors;
namespace DiscordChatExporter.Gui.Behaviors
{