mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-01-11 20:10:26 +00:00
11 lines
No EOL
215 B
C#
11 lines
No EOL
215 B
C#
using Avalonia;
|
|
using Avalonia.Controls;
|
|
using Avalonia.Markup.Xaml;
|
|
|
|
namespace CRD.Views;
|
|
|
|
public partial class AccountPageView : UserControl{
|
|
public AccountPageView(){
|
|
InitializeComponent();
|
|
}
|
|
} |