Minor cleanup

This commit is contained in:
N00MKRAD
2024-10-15 16:45:56 +02:00
parent 835ec0277f
commit cf073e7c8b
2 changed files with 0 additions and 5 deletions

View File

@@ -3,12 +3,8 @@ using Flowframes.MiscUtils;
using Microsoft.WindowsAPICodePack.Taskbar; using Microsoft.WindowsAPICodePack.Taskbar;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel;
using System.Data; using System.Data;
using System.Drawing;
using System.Linq; using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace Flowframes.Forms namespace Flowframes.Forms

View File

@@ -2,7 +2,6 @@
using Flowframes.Forms; using Flowframes.Forms;
using Flowframes.IO; using Flowframes.IO;
using Flowframes.Main; using Flowframes.Main;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Threading.Tasks; using System.Threading.Tasks;