Fix typo in SystecScale.cs
This commit is contained in:
@ -4,7 +4,6 @@ using System.IO.Ports;
|
|||||||
using System.Net.Sockets;
|
using System.Net.Sockets;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Shapes;
|
|
||||||
|
|
||||||
namespace Elwig.Helpers.Weighing {
|
namespace Elwig.Helpers.Weighing {
|
||||||
public class SystecScale : IScale {
|
public class SystecScale : IScale {
|
||||||
@ -53,7 +52,7 @@ namespace Elwig.Helpers.Weighing {
|
|||||||
FillingClearanceMode = ConvertOutput(fill);
|
FillingClearanceMode = ConvertOutput(fill);
|
||||||
WeightLimit = limit;
|
WeightLimit = limit;
|
||||||
if (FillingClearanceMode != null && WeightLimit == null)
|
if (FillingClearanceMode != null && WeightLimit == null)
|
||||||
throw new ArgumentException("Weight limit has to be set, if filling clearance supervision is enalbed");
|
throw new ArgumentException("Weight limit has to be set, if filling clearance supervision is enabled");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose() {
|
public void Dispose() {
|
||||||
|
Reference in New Issue
Block a user