Exemplo n.º 1
0
        public IList <LPath> CaptureAllScreens()
        {
            var now   = DateTime.Now;
            var files = screenCapture.CaptureAllScreens(s => GetDestinationFilename(now, s.DeviceName));

            return(CopyToClipboard(files));
        }