mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
10 lines
219 B
C#
10 lines
219 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace VPet.Solution.ViewModels;
|
|
|
|
public class MainWindowVM : ObservableClass<MainWindowVM> { }
|