Exemple #1
0
 void HandleOnAppAction(object sender, AppActionEventArgs e)
 {
     _appActionHandlers?.Invoke(e.AppAction);
 }
Exemple #2
0
 void HandleOnAppAction(object?sender, AppActionEventArgs e)
 {
     _essentialsBuilder?.AppActionHandlers?.Invoke(e.AppAction);
 }