|
@@ -1622,7 +1622,7 @@ namespace LogoForceTestApp.Modules.MainModule.ViewModels
|
|
|
for (int i = 0; i < t_pda.Count; i++)
|
|
|
{
|
|
|
fbarcode.Add(t_pda[i].FBarCode);
|
|
|
- tcpService.Send("192.168.10.14", "print:" + fbarcode[i]);
|
|
|
+ tcpService.Send("192.168.10.15", "print:" + fbarcode[i]);
|
|
|
}
|
|
|
}
|
|
|
}
|