..
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user