Improvements

- Update to .NET 10
- Set actual window title to window name
- Add new way to identify other windows
This commit is contained in:
2026-02-24 17:11:21 -05:00
parent 72ddd0ad88
commit e2236ddc16
11 changed files with 91 additions and 117 deletions

View File

@@ -1,6 +1,5 @@
using ChrisKaczor.Wpf.Application;
using System;
using System.Windows;
namespace ChrisKaczor.Wpf.Windows.FloatingStatusWindow;