mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-03-11 17:45:39 +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 HistoryPageView : UserControl{
|
|
public HistoryPageView(){
|
|
InitializeComponent();
|
|
}
|
|
} |