mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-02-20 15:55:55 -05: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
|
|
{
|
|
}
|
|
}
|