mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-03-11 17:45:39 +00:00
12 lines
No EOL
218 B
C#
12 lines
No EOL
218 B
C#
using Avalonia;
|
|
using Avalonia.Controls;
|
|
using Avalonia.Markup.Xaml;
|
|
|
|
namespace CRD.Views;
|
|
|
|
public partial class CalendarPageView : UserControl{
|
|
public CalendarPageView(){
|
|
InitializeComponent();
|
|
|
|
}
|
|
} |