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.cs
parentbafb7face696afa218eb7105cb814f170c6b54b0 (diff)
FTP server (seriously!) and many fixes
Diffstat (limited to 'ImagesForm.cs')
-rw-r--r--ImagesForm.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ImagesForm.cs b/ImagesForm.cs
index bc1136e5..5a623cdf 100644
--- a/ImagesForm.cs
+++ b/ImagesForm.cs
@@ -44,5 +44,10 @@ namespace com.clusterrr.hakchi_gui
}
}
}
+
+ private void ImagesForm_FormClosing(object sender, FormClosingEventArgs e)
+ {
+ e.Cancel = true;
+ }
}
}