public void RunSelectingArea() { _screenshotType = eScreenshotType.SelectedArea; _selectionWindow = Container.GetExportedValue <ISSSelectionWindow>(); _selectionWindow?.Show(); }
public void RunSelectingArea() { _screenshotType = eScreenshotType.SelectedArea; _selectionWindow = Container.GetExportedValue<ISSSelectionWindow>(); _selectionWindow?.Show(); }