Esempio n. 1
0
 private static bool Runtime_Notify(ApplicationEngine engine)
 {
     engine.SendNotification(engine.CurrentScriptHash, engine.CurrentContext.EvaluationStack.Pop());
     return(true);
 }