diff options
| author | lempamo <[email protected]> | 2017-03-31 18:31:16 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-31 18:31:16 -0400 |
| commit | 586f0f740898cd7eb7cd59048ba8d59410b2f766 (patch) | |
| tree | 1056452ed84ae193ed9e7e9b7c47582feecf4cdc /TimeHACK.Engine/Template | |
| parent | 5ec8f66c1ad558a165cf621b405bee7cba48be0b (diff) | |
| download | histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.tar.gz histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.tar.bz2 histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.zip | |
fixed tons of things
Diffstat (limited to 'TimeHACK.Engine/Template')
| -rw-r--r-- | TimeHACK.Engine/Template/Infobox95.Designer.cs | 2 | ||||
| -rw-r--r-- | TimeHACK.Engine/Template/Infobox95.cs | 2 | ||||
| -rw-r--r-- | TimeHACK.Engine/Template/WinClassic.Designer.cs | 2 | ||||
| -rw-r--r-- | TimeHACK.Engine/Template/WinClassic.cs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/TimeHACK.Engine/Template/Infobox95.Designer.cs b/TimeHACK.Engine/Template/Infobox95.Designer.cs index 360957d..cb69fac 100644 --- a/TimeHACK.Engine/Template/Infobox95.Designer.cs +++ b/TimeHACK.Engine/Template/Infobox95.Designer.cs @@ -1,4 +1,4 @@ -namespace TimeHACK.Main.Template +namespace TimeHACK.Engine.Template { partial class Infobox95 { diff --git a/TimeHACK.Engine/Template/Infobox95.cs b/TimeHACK.Engine/Template/Infobox95.cs index 838bad0..69bbeda 100644 --- a/TimeHACK.Engine/Template/Infobox95.cs +++ b/TimeHACK.Engine/Template/Infobox95.cs @@ -3,7 +3,7 @@ using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; -namespace TimeHACK.Main.Template +namespace TimeHACK.Engine.Template { public partial class Infobox95 : Form { diff --git a/TimeHACK.Engine/Template/WinClassic.Designer.cs b/TimeHACK.Engine/Template/WinClassic.Designer.cs index 44d2707..43cc1e1 100644 --- a/TimeHACK.Engine/Template/WinClassic.Designer.cs +++ b/TimeHACK.Engine/Template/WinClassic.Designer.cs @@ -1,4 +1,4 @@ -namespace TimeHACK.Main.Template +namespace TimeHACK.Engine.Template { partial class WinClassic { diff --git a/TimeHACK.Engine/Template/WinClassic.cs b/TimeHACK.Engine/Template/WinClassic.cs index db85a6a..ea99353 100644 --- a/TimeHACK.Engine/Template/WinClassic.cs +++ b/TimeHACK.Engine/Template/WinClassic.cs @@ -2,7 +2,7 @@ using System.Runtime.InteropServices; using System.Windows.Forms; -namespace TimeHACK.Main.Template +namespace TimeHACK.Engine.Template { public partial class WinClassic : Form { |
