diff options
| author | lempamo <[email protected]> | 2017-03-27 19:23:12 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-27 19:23:12 -0400 |
| commit | 63e10152740429bd983d08f4e6ef29c126b6d4f0 (patch) | |
| tree | 8d73f09cbccbd6bb1cf53eb98f0a8e3621d8b7bc /TimeHACK.Engine/WindowManager.cs | |
| parent | 24104ee15aef96daaa0d1453cd3fe2dee19ac5b3 (diff) | |
| download | histacom2-63e10152740429bd983d08f4e6ef29c126b6d4f0.tar.gz histacom2-63e10152740429bd983d08f4e6ef29c126b6d4f0.tar.bz2 histacom2-63e10152740429bd983d08f4e6ef29c126b6d4f0.zip | |
winclassics to the front of the stage please
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
| -rw-r--r-- | TimeHACK.Engine/WindowManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index 6297aa7..78443ed 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -42,6 +42,8 @@ namespace TimeHACK.Engine // Show the app app.Show(); + app.BringToFront(); + app.TopMost = true; return app; } |
