Added AvaloniaUI project.
This commit is contained in:
11
Harmonia.UI/Views/PlaybackBar.axaml.cs
Normal file
11
Harmonia.UI/Views/PlaybackBar.axaml.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace Harmonia.UI.Views;
|
||||
|
||||
public partial class PlaybackBar : UserControl
|
||||
{
|
||||
public PlaybackBar()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user