I found in AVEVA.CIE.Tutorial.Operation.Tetris namespace class Op_E3DTetris but I can't initialize constructor arguments
Can anyone tell me how to do this? There are other classes - "calc", "hello world". Can you give an example of running them?
I found in AVEVA.CIE.Tutorial.Operation.Tetris namespace class Op_E3DTetris but I can't initialize constructor arguments
Can anyone tell me how to do this? There are other classes - "calc", "hello world". Can you give an example of running them?
Check whether class extended from "Command" Class. If you check that compare with UIC. Most probably you will find the answer. if you can share dll or project, we can investigate in detail. if you have the project attach debugger or Debugger.Launch(); and check it.