feature-enhancment from #321, automatically inherit data from killed window

This commit is contained in:
Kang Yu 2024-06-16 18:03:02 -07:00
parent e5f7371829
commit 42a6165603
3 changed files with 99 additions and 61 deletions

View file

@ -5,14 +5,6 @@ using PersistentWindows.Common.Diagnostics;
namespace PersistentWindows.Common.Models
{
public class DeadAppPosition
{
public string ClassName { get; set; }
public string Title { get; set; }
public string ProcessPath { get; set; }
public RECT ScreenPosition { get; set; }
}
public class ApplicationDisplayMetrics
{
// for LiteDB use only