|
@@ -13,6 +13,7 @@ using System.Globalization;
|
|
|
using System.Reflection;
|
|
|
using System.Threading;
|
|
|
using System.Runtime.InteropServices;
|
|
|
+using fis.Managers;
|
|
|
|
|
|
namespace fis
|
|
|
{
|
|
@@ -117,6 +118,8 @@ namespace fis
|
|
|
{
|
|
|
Icon = new WindowIcon(resourceStream);
|
|
|
}
|
|
|
+
|
|
|
+ AppManager.ParentWindow = this;
|
|
|
}
|
|
|
}
|
|
|
|