Hi,
Thanks for your answer.
Is there is a way to declare same API alert (an action and not a function), but without using Script (dynamic) property ?
Something like that :
Thanks for advance
Sybaris
Thanks for your answer.
Is there is a way to declare same API alert (an action and not a function), but without using Script (dynamic) property ?
Something like that :
engine.AddHostType("alert", new Action<string>(msg => MessageBox.Show(msg)));
Note that previous code does not compile...Thanks for advance
Sybaris