Re-Add some references

This commit is contained in:
JFronny 2020-04-04 16:42:33 +02:00
parent 214f0a53ef
commit 7f63c58f9b
8 changed files with 9 additions and 2 deletions

View File

@ -4,7 +4,6 @@
<RootNamespace>CC_Functions.Misc</RootNamespace>
<AssemblyName>CC_Functions.Misc</AssemblyName>
<LangVersion>8</LangVersion>
<UseWindowsForms>true</UseWindowsForms>
<Deterministic>false</Deterministic>
<PackageId>CC-Functions.Misc</PackageId>
<Title>CC-Functions.Misc</Title>

View File

@ -4,6 +4,7 @@ using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace CC_Functions.W32.Forms
{

View File

@ -2,6 +2,7 @@ using System;
using System.ComponentModel;
using System.Globalization;
using System.Text;
using System.Windows.Forms;
namespace CC_Functions.W32.Forms
{

View File

@ -2,6 +2,7 @@ using System;
using System.Drawing;
using System.Globalization;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace CC_Functions.W32.Forms
{

View File

@ -1,6 +1,7 @@
using System;
using System.Linq.Expressions;
using System.Reflection;
using System.Windows.Forms;
namespace CC_Functions.W32.Forms
{

View File

@ -3,6 +3,7 @@ using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
using Timer = System.Timers.Timer;
using System.Windows.Forms;
namespace CC_Functions.W32.Forms
{

View File

@ -1,4 +1,6 @@
namespace CC_Functions.W32.Forms
using System.Windows.Forms;
namespace CC_Functions.W32.Forms
{
partial class SelectBox<T>
{

View File

@ -1,5 +1,6 @@
using System;
using System.Linq;
using System.Windows.Forms;
namespace CC_Functions.W32.Forms
{