From 7f63c58f9bd69eb41db90cf39bff15afc44d120a Mon Sep 17 00:00:00 2001 From: JFronny <33260128+JFronny@users.noreply.github.com> Date: Sat, 4 Apr 2020 16:42:33 +0200 Subject: [PATCH] Re-Add some references --- Misc/Misc.csproj | 1 - W32/Forms/DataGridViewNumericUpDownCell.cs | 1 + W32/Forms/DataGridViewNumericUpDownColumn.cs | 1 + W32/Forms/DataGridViewNumericUpDownEditingControl.cs | 1 + W32/Forms/Extensions.cs | 1 + W32/Forms/RotatingIndicator.cs | 1 + W32/Forms/SelectBox.Designer.cs | 4 +++- W32/Forms/SelectBox.cs | 1 + 8 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Misc/Misc.csproj b/Misc/Misc.csproj index b2281e2..b97cb0c 100644 --- a/Misc/Misc.csproj +++ b/Misc/Misc.csproj @@ -4,7 +4,6 @@ CC_Functions.Misc CC_Functions.Misc 8 - true false CC-Functions.Misc CC-Functions.Misc diff --git a/W32/Forms/DataGridViewNumericUpDownCell.cs b/W32/Forms/DataGridViewNumericUpDownCell.cs index 7f29025..a56fce9 100644 --- a/W32/Forms/DataGridViewNumericUpDownCell.cs +++ b/W32/Forms/DataGridViewNumericUpDownCell.cs @@ -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 { diff --git a/W32/Forms/DataGridViewNumericUpDownColumn.cs b/W32/Forms/DataGridViewNumericUpDownColumn.cs index 7106f6d..42a0a53 100644 --- a/W32/Forms/DataGridViewNumericUpDownColumn.cs +++ b/W32/Forms/DataGridViewNumericUpDownColumn.cs @@ -2,6 +2,7 @@ using System; using System.ComponentModel; using System.Globalization; using System.Text; +using System.Windows.Forms; namespace CC_Functions.W32.Forms { diff --git a/W32/Forms/DataGridViewNumericUpDownEditingControl.cs b/W32/Forms/DataGridViewNumericUpDownEditingControl.cs index bd15db9..706fa9c 100644 --- a/W32/Forms/DataGridViewNumericUpDownEditingControl.cs +++ b/W32/Forms/DataGridViewNumericUpDownEditingControl.cs @@ -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 { diff --git a/W32/Forms/Extensions.cs b/W32/Forms/Extensions.cs index 5d5e3eb..2249459 100644 --- a/W32/Forms/Extensions.cs +++ b/W32/Forms/Extensions.cs @@ -1,6 +1,7 @@ using System; using System.Linq.Expressions; using System.Reflection; +using System.Windows.Forms; namespace CC_Functions.W32.Forms { diff --git a/W32/Forms/RotatingIndicator.cs b/W32/Forms/RotatingIndicator.cs index f75c3df..764ab9d 100644 --- a/W32/Forms/RotatingIndicator.cs +++ b/W32/Forms/RotatingIndicator.cs @@ -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 { diff --git a/W32/Forms/SelectBox.Designer.cs b/W32/Forms/SelectBox.Designer.cs index 2fdc0f2..b46e572 100644 --- a/W32/Forms/SelectBox.Designer.cs +++ b/W32/Forms/SelectBox.Designer.cs @@ -1,4 +1,6 @@ -namespace CC_Functions.W32.Forms +using System.Windows.Forms; + +namespace CC_Functions.W32.Forms { partial class SelectBox { diff --git a/W32/Forms/SelectBox.cs b/W32/Forms/SelectBox.cs index ebde33e..17b1746 100644 --- a/W32/Forms/SelectBox.cs +++ b/W32/Forms/SelectBox.cs @@ -1,5 +1,6 @@ using System; using System.Linq; +using System.Windows.Forms; namespace CC_Functions.W32.Forms {