Re-Add some references
This commit is contained in:
parent
214f0a53ef
commit
7f63c58f9b
@ -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>
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -2,6 +2,7 @@ using System;
|
||||
using System.ComponentModel;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace CC_Functions.W32.Forms
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Linq.Expressions;
|
||||
using System.Reflection;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace CC_Functions.W32.Forms
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
4
W32/Forms/SelectBox.Designer.cs
generated
4
W32/Forms/SelectBox.Designer.cs
generated
@ -1,4 +1,6 @@
|
||||
namespace CC_Functions.W32.Forms
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace CC_Functions.W32.Forms
|
||||
{
|
||||
partial class SelectBox<T>
|
||||
{
|
||||
|
@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace CC_Functions.W32.Forms
|
||||
{
|
||||
|
Reference in New Issue
Block a user