run visual studio code Cleanup

This commit is contained in:
Markus Hofknecht 2019-11-18 20:11:55 +01:00
parent 0e38067e79
commit 4a294c7d76
13 changed files with 46 additions and 69 deletions

View file

@ -1,11 +1,4 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace SystemTrayMenu.Controls

View file

@ -1,17 +1,4 @@
using Clearcove.Logging;
using IWshRuntimeLibrary;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Forms;
using SystemTrayMenu.Helper;
using TAFactory.IconPack;
using System.Collections.Generic;
namespace SystemTrayMenu.Controls
{

View file

@ -1,5 +1,4 @@
using Microsoft.Win32;
using System;
namespace SystemTrayMenu.Helper
{

View file

@ -1,5 +1,4 @@
using System.Drawing;
using System.Windows.Forms;
using System.Windows.Forms;
namespace SystemTrayMenu.Helper
{

View file

@ -1,5 +1,4 @@
using Clearcove.Logging;
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;