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