From 220ddc0b5b18f1bb63452d77776fd50ba5ab811f Mon Sep 17 00:00:00 2001 From: Takashi Hashida Date: Fri, 8 Mar 2024 10:00:56 +0900 Subject: [PATCH] Remove needless using --- Dialog/MainDialog.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Dialog/MainDialog.xaml.cs b/Dialog/MainDialog.xaml.cs index 517536c..2bd1e3a 100644 --- a/Dialog/MainDialog.xaml.cs +++ b/Dialog/MainDialog.xaml.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using System.Linq; -using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Windows; using System.Windows.Controls;