mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-03-10 10:56:33 -04:00
12 lines
190 B
C#
12 lines
190 B
C#
using ReactiveUI;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace LibationWinForms.AvaloniaUI.ViewModels
|
|
{
|
|
public class ViewModelBase : ReactiveObject
|
|
{
|
|
}
|
|
}
|