Beispiel #1
0
 public void StatementDestroyed(StatementContext context)
 {
     ProcStatementDestroyed.Invoke(context);
 }
Beispiel #2
0
 public void Destroy(
     StatementDestroyServices destroyServices,
     StatementContext statementContext)
 {
     ProcDestroy?.Invoke(destroyServices, statementContext);
 }