From 24104ee15aef96daaa0d1453cd3fe2dee19ac5b3 Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 27 Mar 2017 17:42:35 -0400 Subject: fixed programs menu color --- TimeHACK.Engine/WindowManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TimeHACK.Engine/WindowManager.cs') diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index c59cd26..6297aa7 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -7,7 +7,7 @@ namespace TimeHACK.Engine { public class WindowManager { - public void startWinClassic(UserControl content, String title, PictureBox icon, Boolean MaxButton, Boolean MinButton, Font fnt) + public WinClassic startWinClassic(UserControl content, String title, PictureBox icon, Boolean MaxButton, Boolean MinButton, Font fnt) { // Setup Window WinClassic app = new WinClassic(); @@ -43,7 +43,7 @@ namespace TimeHACK.Engine // Show the app app.Show(); - + return app; } } } \ No newline at end of file -- cgit v1.2.3