예제 #1
0
 internal void InvokePowerplayFastTrackEvent(PowerplayFastTrackEvent arg)
 {
     PowerplayFastTrackEvent?.Invoke(this, arg);
 }
예제 #2
0
 internal void InvokePowerplayFastTrackEvent(PowerplayFastTrackEvent arg) => PowerplayFastTrackEvent?.Invoke(null, arg);