Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-04-11 07:32:55 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-04-11 07:32:55 +0300
commit96e1f17aa9e5f7397726fd478f08c229cc727d3c (patch)
tree4df6ff581f4b4229c9d77acfa7135ae2b627e41c /ImagesForm.Designer.cs
parentbafb7face696afa218eb7105cb814f170c6b54b0 (diff)
FTP server (seriously!) and many fixes
Diffstat (limited to 'ImagesForm.Designer.cs')
-rw-r--r--ImagesForm.Designer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ImagesForm.Designer.cs b/ImagesForm.Designer.cs
index a01627cd..65047c42 100644
--- a/ImagesForm.Designer.cs
+++ b/ImagesForm.Designer.cs
@@ -95,6 +95,7 @@
this.Text = "ImagesForm";
this.TopMost = true;
this.TransparencyKey = System.Drawing.Color.Transparent;
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImagesForm_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();