mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-04 23:41:07 +02:00
- Add AvaloniaUI GUI template to the project - Add missing newline to the CLI output
13 lines
196 B
C#
13 lines
196 B
C#
using ReactiveUI;
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace HyperbolicDownloaderGUI.ViewModels
|
|
{
|
|
public class ViewModelBase : ReactiveObject
|
|
{
|
|
}
|
|
}
|