11 lines
177 B
C#
11 lines
177 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Harmonia.UI.Views;
|
|
|
|
public partial class PlaybackBar : UserControl
|
|
{
|
|
public PlaybackBar()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |