VB to C# customisation conversion help

Hello, wonder if some one could help.

I have some code for MES work queue that i am trying convert from vb to c# (Kentic) and seem to be getting a number of errors message when testing the code.

Compiling Custom Code …

----------errors and warnings------------

Error: CS0234 - line 62 (1759) - The type or namespace name ‘UI’ does not exist in the namespace ‘Epicor.Mfg’ (are you missing an assembly reference?)
Error: CS0234 - line 64 (1761) - The type or namespace name ‘Core’ does not exist in the namespace ‘Epicor.Mfg’ (are you missing an assembly reference?)

** Compile Failed. **

A bunch of type or namespaces need changing in the Kentic but not sure what they are!

WorkQueueEntry.WorkQueueForm.txt (29.4 KB)