MarkGoodman
Member
Hi. I `ve just started using ISXEVE and i`m trying to start writing my simple .net script. There is a problem at the very beginning: when i create top-level objects like this:
EveObj = new EVE.ISXEVE.EVE();
IsxeObj = new EVE.ISXEVE.ISXEVE();
they are always null.
I suppose this objects have to be connected with innerspace via creating them with param in constructor. But what param to use?
P.S. is there any examples of .net scripts anywhere? thx.
EveObj = new EVE.ISXEVE.EVE();
IsxeObj = new EVE.ISXEVE.ISXEVE();
they are always null.
I suppose this objects have to be connected with innerspace via creating them with param in constructor. But what param to use?
P.S. is there any examples of .net scripts anywhere? thx.