Interaction logic for App.xaml
| 6 | /// Interaction logic for App.xaml |
| 7 | /// </summary> |
| 8 | public partial class App : Application |
| 9 | { |
| 10 | public App() |
| 11 | { |
| 12 | InitializeComponent(); |
| 13 | } |
| 14 | } |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected