This commit is contained in:
chi
2025-04-24 16:24:01 +09:00
parent f71b963851
commit 20dd87a9d0
55 changed files with 961 additions and 1085 deletions

View File

@@ -4,9 +4,9 @@ using System.Linq;
using System.Text;
using System.ComponentModel;
using System.Drawing.Design;
using System.Management;
using System.Runtime.CompilerServices;
using System.Security.RightsManagement;
using System.Management;
using System.IO.Ports;
namespace Project
{
@@ -65,7 +65,7 @@ namespace Project
}
}
public class CSetting : arUtil.Setting
public class CSetting : AR.Setting
{
#region "log"
@@ -454,7 +454,7 @@ namespace Project
}
public class CounterSetting : arUtil.Setting, INotifyPropertyChanged
public class CounterSetting : AR.Setting, INotifyPropertyChanged
{
public DateTime CountReset { get; set; }