Guest User

Untitled

a guest
Jul 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public class CameraWindow : PictureBox
  2.  
  3. public class CameraWindow : PictureBox
  4. {
  5. void Test()
  6. {
  7. this.Image; // or just Image
  8. }
  9. }
  10.  
  11. public class CameraWindow : PictureBox
  12. {
  13. public override object Image
  14. {
  15. { get { return base.Image; } }// note base
  16. }
  17. }
Add Comment
Please, Sign In to add comment