Exemplo n.º 1
0
 public void RunSelectingArea()
 {
     _screenshotType  = eScreenshotType.SelectedArea;
     _selectionWindow = Container.GetExportedValue <ISSSelectionWindow>();
     _selectionWindow?.Show();
 }
Exemplo n.º 2
0
 public void RunSelectingArea()
 {
     _screenshotType = eScreenshotType.SelectedArea;
     _selectionWindow = Container.GetExportedValue<ISSSelectionWindow>();
     _selectionWindow?.Show();
 }