20240301_JSEQ_upperpc/JiangsuEarthquakeNowUI/JiangsuEarthquake/ViewModels/SystemControlViewModel.cs

20 lines
352 B
C#
Raw Normal View History

2024-11-01 07:54:08 +00:00
using JiangsuEarthquake.Models;
using System;
using System.Collections.Generic;
using System.IO.Ports;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JiangsuEarthquake.ViewModels
{
public class SystemControlViewModel
{
public SystemControlViewModel()
{
}
}
}