| 645 | } |
| 646 | |
| 647 | void MainPage::ConfigFolderResetButton_Click(IInspectable const&, RoutedEventArgs const&) |
| 648 | { |
| 649 | try |
| 650 | { |
| 651 | ConfigUtil::SetConfigFolder(nullptr); |
| 652 | LoadConfigs(); |
| 653 | } |
| 654 | catch (...) |
| 655 | { |
| 656 | UI::NotifyException(L"Reset Config Folder"); |
| 657 | } |
| 658 | } |
| 659 | |
| 660 | } |
| 661 |
nothing calls this directly
no outgoing calls
no test coverage detected