VPet/VPet.Solution/ViewModels/SettingEditor/CustomizedSettingPageVM.cs
2024-01-07 22:57:27 +08:00

10 lines
212 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VPet.Solution.ViewModels.SettingEditor;
public class CustomizedSettingPageVM { }