removed hwnd from json

This commit is contained in:
seraphima
2024-05-27 16:23:03 +02:00
parent 9f61f0793d
commit 2b71d97449
6 changed files with 0 additions and 12 deletions

View File

@@ -33,8 +33,6 @@ namespace ProjectsEditor.Models
public int Height { get; set; }
}
public IntPtr Hwnd { get; set; }
public string AppName { get; set; }
public string AppPath { get; set; }