Fix and normalize whitespace

This commit is contained in:
softworkz
2025-11-09 03:50:24 +01:00
parent c1e7b84ec6
commit 84b3c59353
50 changed files with 429 additions and 231 deletions

View File

@@ -19,7 +19,9 @@ namespace ElectronNET.API
private static WindowManager _windowManager;
private static readonly object SyncRoot = new();
internal WindowManager() { }
internal WindowManager()
{
}
internal static WindowManager Instance
{
@@ -55,6 +57,7 @@ namespace ElectronNET.API
_isQuitOnWindowAllClosed = value;
}
}
private bool _isQuitOnWindowAllClosed = true;
/// <summary>
@@ -214,4 +217,4 @@ namespace ElectronNET.API
NullValueHandling = NullValueHandling.Ignore
};
}
}
}