public BasicReader() { InitializeComponent(); PicMan = null; ThisFormZoom = null; FullScreenMode = false; }
public void LoadPic(Image img) { PictureBox.Image = img; ThisFormZoom = new ZoomManager(img, img.Width, img.Height); //How to handle disposal? }