mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-02-02 02:01:11 -05:00
14 lines
205 B
C#
14 lines
205 B
C#
using Avalonia.Controls;
|
|
using ReactiveUI;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace LibationAvalonia.ViewModels
|
|
{
|
|
public class ViewModelBase : ReactiveObject
|
|
{
|
|
|
|
}
|
|
}
|