Post: BO2 RTM Tool Help
02-23-2016, 12:33 AM #1
xKasper
I am error
(adsbygoogle = window.adsbygoogle || []).push({});
Hello NGU Users I ran into an error while making my bo2 RTM Tool
I would really appreciate the help.

     private void InfoWorker()
{
THE ERROR --> this.lblFW.Invoke((Delegate) (() => lblFW.Text = this.PS31.GetFirmwareVersion()));
THE ERROR --> this.lblLV2.Invoke((Delegate) (() => this.lblLV2.Text = this.PS31.GetFirmwareType()));
while (this.threadIsRunning)
{
string temp1 = this.PS31.GetTemperatureCELL();
string temp2 = this.PS31.GetTemperatureRSX();
this.lblCELL.Invoke((Delegate) (() => this.lblCELL.Text = temp1));
this.lblRSX.Invoke((Delegate) (() => this.lblRSX.Text = temp2));
this.PS31.ClearTargetInfo();
Thread.Sleep(500);
}
this.TargetInfo.Abort();
}


You must login or register to view this content.


IF YOU CANT SEE THE IMAGE HERES A LINK

You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo