12 lines
222 B
C#
12 lines
222 B
C#
using Microsoft.UI.Xaml;
|
|
using Microsoft.UI.Xaml.Controls;
|
|
|
|
namespace Harmonia.WinUI.Views;
|
|
|
|
public sealed partial class PlaylistsView : UserControl
|
|
{
|
|
public PlaylistsView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |