commit 7c588f3487ccf272bb08afc3fffa53f9143a9c47
parent 2b61a1084ab07d06b996788e3242c0af22f33e3d
Author: Minerva_juppiter <ryouturn@gmail.com>
Date: Mon, 1 Apr 2024 07:37:16 +0900
Diffstat:
4 files changed, 3 insertions(+), 30 deletions(-)
diff --git a/App.xaml.cs b/App.xaml.cs
@@ -1,8 +1,4 @@
-using System.Configuration;
-using System.Data;
-using System.Drawing;
-using System.Windows;
-using System.Windows.Forms;
+using System.Windows;
namespace BusynessNotification
{
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
@@ -1,15 +1,5 @@
-using System.Text;
-using System;
-using System.Windows;
+using System.Windows;
using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Security.AccessControl;
using System.Text.Json;
using System.Diagnostics;
using Microsoft.Extensions.Configuration;
diff --git a/ObserveUseage.cs b/ObserveUseage.cs
@@ -1,14 +1,7 @@
using Microsoft.Extensions.Configuration;
using Microsoft.Toolkit.Uwp.Notifications;
-using Microsoft.VisualBasic.ApplicationServices;
-using System;
-using System.Collections.Generic;
using System.Diagnostics;
-using System.Linq;
using System.Runtime.InteropServices;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Threading;
namespace BusynessNotification
{
diff --git a/SettingJson.cs b/SettingJson.cs
@@ -1,10 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace BusynessNotification
+namespace BusynessNotification
{
class SettingJson
{