mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
9 lines
181 B
C#
9 lines
181 B
C#
using Avalonia.ReactiveUI;
|
|
using RedBookPlayer.GUI.ViewModels;
|
|
|
|
namespace RedBookPlayer.GUI.Views
|
|
{
|
|
public class SettingsWindow : ReactiveWindow<SettingsViewModel>
|
|
{
|
|
}
|
|
} |