Hi,
I've managed to send my message by PostUIMessageEx from TS sequence and handle it in my OI.
Is it way to send same message from within C# dll?
I'm trying to do following but not succseeded
public void MyTest(SequenceContext seqContext, out bool result, out String reportText, out bool errorOccurred, out int errorCode, out String errorMsg)
{
}