Ejemplo n.º 1
0
        //// Comparing funcs
        ///

        private void ClearTemp()
        {
            this.MakeStuffToolStripMenuItem.Enabled = true;
            this.ToggleButtons(false);

            FoldingHelpers.DeleteTempFolder(FolderPath);
            this.FolderPath = "";
            this.isChecked  = false;

            this.LeftDuplPictureBox.Image  = null;
            this.RightDuplPictureBox.Image = null;
            this.DuplImagesListView.Items.Clear();

            this.LightHashes.Clear();
            this.DarkHashes.Clear();
            this.Matches.Clear();
        }
Ejemplo n.º 2
0
 private void Form1_FormClosing(object sender, FormClosingEventArgs e)
 {
     FoldingHelpers.DeleteTempFolder(this.FolderPath);
 }