| 21 | } |
| 22 | |
| 23 | void ActionList::ForwardAction(const IInspectable &sender, const wux::RoutedEventArgs &args) |
| 24 | { |
| 25 | sender.as<wux::FrameworkElement>().Tag().as<Models::implementation::Action>()->ForwardClick(sender, args); |
| 26 | } |
| 27 | } |
nothing calls this directly
no test coverage detected