Ejemplo n.º 1
0
 internal void InvokePayLegacyFinesEvent(PayLegacyFinesEvent arg)
 {
     PayLegacyFinesEvent?.Invoke(this, arg);
 }
Ejemplo n.º 2
0
 internal void InvokePayLegacyFinesEvent(PayLegacyFinesEvent arg) => PayLegacyFinesEvent?.Invoke(null, arg);