device/SnapManager.cs
File was renamed from Devices/SnapManager.cs @@ -4,12 +4,10 @@ using System.Text; using System.Threading.Tasks; using HH.WCS.Mobox3.AnGang.AppStart; namespace HH.WCS.Mobox3.AnGang.Devices { namespace HH.WCS.Mobox3.AnGang.device { public class SnapManager { private static SnapDevice _snapDevice { get; set; } public SnapManager(AppStart.Snap snap) { public SnapManager(Config.Snap snap) { if (_snapDevice == null) { _snapDevice = new SnapDevice(); }