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