Whenever I browse for a dll and click on it, JustDecompile generates code lines with v1, v2, v3.. instead of variables and lable1, lable2... instead of lables
... W2BPM V_0 = this.mobjSession.W2BPMObject;
W2ExecutionContext V_1 = this.mobjSession.W2ExecutionContext;
BPMResult V_2 = null;
string V_3 = string.Empty; QueueElement
V_4 = V_0.RetrieveStepQueueElement(V_1, this.mobjStepData.StepIdentifier);
bool V_10 = V_4 != null;
...
if (!V_10)
{
V_10 = this.SaveSubTasks();
if (V_10)
{ goto Label2; }
return; }
Label2:
if (this.mstrReassignTo == string.Empty)
{ name = true; }
...
Is there any way to fix it?
thanks,
Shuli.