mirror of
https://github.com/LorisYounger/VPet.git
synced 2025-07-25 12:55:15 +00:00
10 lines
199 B
C#
10 lines
199 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace VPet.Solution.ViewModels;
|
|
|
|
public class DiagnosticSettingsPageVM { }
|