12 lines
277 B
C#
12 lines
277 B
C#
using Microsoft.UI.Xaml.Controls;
|
|
using Hyperbar.UI.Windows;
|
|
|
|
namespace Hyperbar.Widget.MediaController.Windows;
|
|
|
|
public sealed partial class MediaInformationView :
|
|
UserControl
|
|
{
|
|
public MediaInformationView() =>
|
|
this.InitializeComponent(ref _contentLoaded);
|
|
}
|