From 3d5745cbfcf6019dc9f864b59dd05d60bea770b3 Mon Sep 17 00:00:00 2001 From: AShifter Date: Sun, 26 Mar 2017 15:16:44 -0600 Subject: Added TimeHACK.Engine... i had an anal screw, honeyfry --- TimeHACK.Engine/WindowManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Engine/WindowManager.cs') 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(); -- cgit v1.2.3