Ejemplo n.º 1
0
 public static void Unsubscribe(Events.OnLogEvent func)
 {
     LogE -= func;
 }
Ejemplo n.º 2
0
 public static Events.OnLogEvent Subscribe(Events.OnLogEvent func)
 {
     LogE += func;
     return(func);
 }