diff options
| author | lempamo <[email protected]> | 2017-03-27 17:42:35 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-27 17:42:35 -0400 |
| commit | 24104ee15aef96daaa0d1453cd3fe2dee19ac5b3 (patch) | |
| tree | 95c086939a0edcb3ba7888d3e38b20592b8cd9be /TimeHACK.Engine/WindowManager.cs | |
| parent | 3f012a3fcb679bfdfb8f37e1bb0eb9c242f6aa24 (diff) | |
| download | histacom2-24104ee15aef96daaa0d1453cd3fe2dee19ac5b3.tar.gz histacom2-24104ee15aef96daaa0d1453cd3fe2dee19ac5b3.tar.bz2 histacom2-24104ee15aef96daaa0d1453cd3fe2dee19ac5b3.zip | |
fixed programs menu color
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 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 |
