aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/WindowManager.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-27 19:06:58 -0600
committerGitHub <[email protected]>2017-03-27 19:06:58 -0600
commit530df3c765cecb035565ca8af891ab4ebe7b5dad (patch)
treeaff16eb1ec485c69ac4a3659f774c183fc166c38 /TimeHACK.Engine/WindowManager.cs
parent825fbabe6ef58175047b51b678ebaf44c7bae400 (diff)
parent228c995282793d4f95c0cea31e4623d41eb41b8b (diff)
downloadhistacom2-530df3c765cecb035565ca8af891ab4ebe7b5dad.tar.gz
histacom2-530df3c765cecb035565ca8af891ab4ebe7b5dad.tar.bz2
histacom2-530df3c765cecb035565ca8af891ab4ebe7b5dad.zip
Merge pull request #11 from lempamo/master
IE4
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
-rw-r--r--TimeHACK.Engine/WindowManager.cs2
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;
}