mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
fixing bug that added IPlc.Read - it should be just Read like before
This commit is contained in:
@@ -317,7 +317,7 @@ namespace S7.Net
|
||||
}
|
||||
}
|
||||
|
||||
object IPlc.Read(string variable)
|
||||
object Read(string variable)
|
||||
{
|
||||
DataType mDataType;
|
||||
int mDB;
|
||||
|
||||
Reference in New Issue
Block a user