a792132428
Updated and enchanced MainPage Updated Core
15 lines
300 B
C#
15 lines
300 B
C#
using Windows.UI.Xaml.Controls;
|
|
|
|
// The User Control item template is documented at https://go.microsoft.com/fwlink/?LinkId=234236
|
|
|
|
namespace FoxTube.Controls
|
|
{
|
|
public sealed partial class DownloadListItem : ListViewItem
|
|
{
|
|
public DownloadListItem()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|
|
}
|