mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 21:15:38 +02:00
feature-enhancment from #321, automatically inherit data from killed window
This commit is contained in:
parent
e5f7371829
commit
42a6165603
3 changed files with 99 additions and 61 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue