You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -68,7 +68,8 @@ public partial class MainForm : Form {
68
68
#region Public Constructors
69
69
70
70
publicMainForm(){
71
-
InitializeComponent();
71
+
using(newResourceGuard(x =>_resizeFlag=x))
72
+
InitializeComponent();
72
73
73
74
Log(1,this,()=>$"{ApplName}{AssemblyVersion} as {(Is64BitProcess?"64":"32")}bit process on Windows {OSVersion}{(Is64BitOperatingSystem?"64":"32")}bit");
0 commit comments