예제 #1
0
        protected PreviewHandler()
        {
            _previewControl = CreatePreviewHandlerControl();
            IntPtr forceCreation = _previewControl.Handle;

            _previewControl.BackColor = SystemColors.Window;
        }
예제 #2
0
 protected override void Load(PreviewHandlerControl c)
 {
     c.Load(new FileInfo(_filePath));
 }
예제 #3
0
 protected abstract void Load(PreviewHandlerControl c);