Arrow button func,progress bar
This commit is contained in:
@@ -33,13 +33,15 @@ public class Item
|
||||
{
|
||||
Content = isFoto ? "Show" : "Play",
|
||||
HorizontalAlignment = HorizontalAlignment.Center,
|
||||
Tag = path+"/"+type // Store path or any identifier
|
||||
Tag = path+"||"+type // Store path or any identifier
|
||||
};
|
||||
|
||||
if (clickHandler != null)
|
||||
playButton.Click += clickHandler;
|
||||
|
||||
this.isFoto = isFoto;
|
||||
|
||||
Console.WriteLine(path);
|
||||
}
|
||||
|
||||
|
||||
@@ -69,5 +71,10 @@ public class Item
|
||||
{
|
||||
return type;
|
||||
}
|
||||
|
||||
public Button getPlayButton()
|
||||
{
|
||||
return playButton;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user