laptop->pc
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user