Beispiel #1
0
 internal void InvokeFuelScoopEvent(FuelScoopEvent arg)
 {
     FuelScoopEvent?.Invoke(this, arg);
 }
Beispiel #2
0
 internal void InvokeFuelScoopEvent(FuelScoopEvent arg) => FuelScoopEvent?.Invoke(null, arg);