Example #1
0
        internal static void WatchDirectory(INovaromaEngine engine, IExceptionHandler exceptionHandler, IDialogService dialogService, string directory = null) {
            var viewModel = new NewMediaWizardViewModel(engine, exceptionHandler, dialogService);
            viewModel.WatchDirectory(directory);

            new NewMediaWizard(viewModel).ForceShow();
        }