10 lines
158 B
C#
10 lines
158 B
C#
using Hyperbar.Widget;
|
|
|
|
namespace Hyperbar.Widget.MediaController.Windows;
|
|
|
|
public class MediaControllerWidgetConfiguration :
|
|
WidgetConfiguration
|
|
{
|
|
|
|
}
|