mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-14 05:34:48 +00:00
Fix and normalize whitespace
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user