Support .appx and .msix

This commit is contained in:
ema
2025-05-31 12:16:31 +08:00
parent 833222507b
commit 8a5d640572
13 changed files with 683 additions and 21 deletions

View File

@@ -22,6 +22,4 @@ public interface IAppInfoPanel
public void DisplayInfo(string path);
public object Tag { get; set; }
public bool Stop { get; set; }
}