beremiz

Fixed bug when adding and removing function block in graphic viewer. In some cases, the associated variable could stay in the variable panel.
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")