..
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user