mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
auto center labels in launch process dialog
This commit is contained in:
parent
bf2ea276af
commit
4ce7c99e46
4 changed files with 19 additions and 14 deletions
|
@ -35,11 +35,8 @@ namespace PersistentWindows.SystrayShell
|
|||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
|
||||
Console.WriteLine(Environment.Version);
|
||||
Console.WriteLine(Environment.OSVersion.Platform.ToString());
|
||||
Console.WriteLine(Environment.OSVersion.VersionString);
|
||||
|
||||
Log.Init();
|
||||
Log.Event($"OS version {Environment.OSVersion.VersionString}; .NET version {Environment.Version}");
|
||||
|
||||
pwp = new PersistentWindowProcessor();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue