//FileSystemWatcher dir_watch; public ImFileManager(PictureBox pictureBox) { //list_files = new List<FileInfo>(); image = new ImManager(pictureBox); OpenNewFile(); }
public ImFileManager(FileInfo image_file, PictureBox pictureBox) { //this.imagefilepath = image_file; GetFileList(image_file); image = new ImManager(pictureBox, image_file); //this.currentDir = this.imagefilepath.Directory; //OpenFile() }