mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
12 lines
189 B
C#
12 lines
189 B
C#
using ReactiveUI;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Observatory.UI.ViewModels
|
|
{
|
|
public class ViewModelBase : ReactiveObject
|
|
{
|
|
}
|
|
}
|