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