laptop->pc

This commit is contained in:
unknown
2025-07-04 21:51:23 +02:00
parent 9a8ad0bb2f
commit 739e5ccfa6
35 changed files with 685 additions and 293 deletions

View File

@@ -61,7 +61,9 @@ namespace ShadowStream.Obejeckte
{
Content = isFoto ? "Show" : "Play",
HorizontalAlignment = HorizontalAlignment.Center,
Tag = path + "||" + type // Store path or any identifier
Tag = path + "||" + type,// Store path or any identifier
Focusable = true
};
if (clickHandler != null)