..
This commit is contained in:
@@ -326,7 +326,7 @@ namespace Project.Device
|
||||
|
||||
public bool BSave(int no)
|
||||
{
|
||||
var cmd = "BSAVE,{no}";
|
||||
var cmd = $"BSAVE,{no}";
|
||||
try
|
||||
{
|
||||
ws.Send(cmd + "\r");
|
||||
@@ -338,7 +338,7 @@ namespace Project.Device
|
||||
}
|
||||
public bool BLoad(int no)
|
||||
{
|
||||
var cmd = "BLOAD,{no}";
|
||||
var cmd = $"BLOAD,{no}";
|
||||
try
|
||||
{
|
||||
ws.Send(cmd + "\r");
|
||||
|
||||
Reference in New Issue
Block a user