diff options
| author | AShifter <[email protected]> | 2017-03-31 16:38:38 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-31 16:38:38 -0600 |
| commit | 5b29f2242e144a791afd775766e6d540f19c0ba4 (patch) | |
| tree | 1056452ed84ae193ed9e7e9b7c47582feecf4cdc /TimeHACK.Engine/WindowManager.cs | |
| parent | 9de6d029cc13b3ed2601fec3bf3cfb183b5c35f4 (diff) | |
| parent | 586f0f740898cd7eb7cd59048ba8d59410b2f766 (diff) | |
| download | histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.tar.gz histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.tar.bz2 histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.zip | |
Merge pull request #21 from lempamo/master
fixed namespace
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
| -rw-r--r-- | TimeHACK.Engine/WindowManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index 56abdbc..fb6090f 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -1,9 +1,9 @@ using System; -using TimeHACK.Main.Template; using System.Windows.Forms; using System.Drawing; +using TimeHACK.Engine.Template; -namespace TimeHACK.Main +namespace TimeHACK.Engine { public class WindowManager { |
