mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-01-11 20:10:26 +00:00
Add - Added missing fonts Chg - Changed to request encryption keys before downloading Chg - Changed some log messages
10 lines
No EOL
180 B
C#
10 lines
No EOL
180 B
C#
using Avalonia.Controls;
|
|
|
|
namespace CRD.Views;
|
|
|
|
public partial class DownloadsPageView : UserControl{
|
|
public DownloadsPageView(){
|
|
InitializeComponent();
|
|
}
|
|
|
|
} |