2728293031323334
public void copyPlotToClipboard( PlotsServerOperations server, ExportPlotOptions options, OperationWithInput<ExportPlotOptions> onClose) { new CopyPlotToClipboardWebDialog( options, new PlotsPanePreviewer(server, true), onClose).showModal(); }