Removed redundant using statements

This commit is contained in:
2019-07-19 13:13:15 +01:00
parent 2ce8c4e123
commit c1cae2b0c4
18 changed files with 1 additions and 40 deletions
-3
View File
@@ -15,17 +15,14 @@
using System;
using System.IO;
using System.Windows.Forms;
using System.Drawing;
using System.Collections;
using System.Runtime.InteropServices;
using System.Reflection;
using ASCOM.Utilities;
using Microsoft.Win32;
using System.Text;
using System.Threading;
using System.Security.Principal;
using System.Diagnostics;
using ASCOM;
namespace ASCOM.Meade.net
{