This commit is contained in:
chi
2025-07-01 10:29:56 +09:00
parent 00ab716ff3
commit af316e72d0
34 changed files with 8 additions and 5346 deletions

View File

@@ -28,6 +28,9 @@ namespace Project
ViewForm.fBms form_bms = null;
Dialog.fLog form_log = null;
bool remoteClose = false;
bool forceClose = false;
readonly usbdetect.DriveDetector usbdet;
public fMain()
{
@@ -105,8 +108,7 @@ namespace Project
this.ctlPos1.Invalidate();
}
bool remoteClose = false;
bool forceClose = false;
private void __Closing(object sender, FormClosingEventArgs e)
{
PUB.popup.needClose = true;

View File

@@ -375,11 +375,8 @@ namespace arDev
Recv1 = false;
return true;
}
else
{
return SendQuery_ReadStatue();
}
return SendQuery_ReadStatue();
}
else
{
@@ -389,10 +386,8 @@ namespace arDev
Recv0 = false;
return true;
}
else
{
return SendQuery_ReadCellvoltage();
}
return SendQuery_ReadCellvoltage();
}
}