aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/WindowManager.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-26 15:16:44 -0600
committerAShifter <[email protected]>2017-03-26 15:16:44 -0600
commit3d5745cbfcf6019dc9f864b59dd05d60bea770b3 (patch)
treef0c24d96a6b49fa5b5436377cac6a2617dd13c9f /TimeHACK.Engine/WindowManager.cs
parentf16f3a8a3df33f46c4ec6c864447cced97c0f034 (diff)
downloadhistacom2-3d5745cbfcf6019dc9f864b59dd05d60bea770b3.tar.gz
histacom2-3d5745cbfcf6019dc9f864b59dd05d60bea770b3.tar.bz2
histacom2-3d5745cbfcf6019dc9f864b59dd05d60bea770b3.zip
Added TimeHACK.Engine...
i had an anal screw, honeyfry
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
-rw-r--r--TimeHACK.Engine/WindowManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs
index fc9bd94..8047a8c 100644
--- a/TimeHACK.Engine/WindowManager.cs
+++ b/TimeHACK.Engine/WindowManager.cs
@@ -6,7 +6,7 @@ namespace TimeHACK.Engine
{
public class WindowManager
{
- public void startWinClassic(UserControl content, String title, PictureBox icon, Boolean MaxButton, Boolean MinButton)
+ public void StartWinClassic(UserControl content, String title, PictureBox icon, Boolean MaxButton, Boolean MinButton)
{
// Setup Window
WinClassic app = new WinClassic();