Help displaying logo on login screen

I’m trying to place my company logo on my login screen for my project. I have dragged the image to the window in the project, placed a image well on the page to display the logo in, and have called me.image = Logo in the open event for the window. When trying to run my application I receive the follow message.

‘Logo’ needs to have a constructor with the signature Constructor() to be placed on a window LoginWindow

I more than a little lost, any help would be great!

Simply put

in the open event of the ImageWell, not the Window

Reading your post again, you need to drag the Logo.png (or whatever image type) into your project pane, not just the Window in question.

Thanks Roger, I have it working now.