mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-04-18 23:42:05 +00:00
12 lines
No EOL
239 B
C#
12 lines
No EOL
239 B
C#
using Avalonia;
|
|
using Avalonia.Controls;
|
|
using Avalonia.Markup.Xaml;
|
|
using CRD.ViewModels;
|
|
|
|
namespace CRD.Views;
|
|
|
|
public partial class SettingsPageView : UserControl{
|
|
public SettingsPageView(){
|
|
InitializeComponent();
|
|
}
|
|
} |