| 19 | namespace winrt::FastCopy::implementation |
| 20 | { |
| 21 | winrt::FastCopy::RobocopyViewModel CopyDialog::ViewModel() |
| 22 | { |
| 23 | return ViewModelLocator::GetInstance().RobocopyViewModel(); |
| 24 | } |
| 25 | |
| 26 | |
| 27 | void CopyDialog::ProgressBar_Loaded(winrt::Windows::Foundation::IInspectable const& sender, winrt::Microsoft::UI::Xaml::RoutedEventArgs const& e) |
nothing calls this directly
no test coverage detected