Beispiel #1
0
 private static void Perform <TEvent>(GraphContext ctx, GraphType.CustomEvent <TEvent> handler)
 {
     ctx.GetGraphType <TSource>().Subscribe <TEvent>(handler);
 }