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-11-25 15:25:07 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-11-25 15:25:07 +0300
commitaab24ec7d31bba486a4efca40eaf3cf9a8d856f8 (patch)
tree3c85c4daaa05753369e417eac733a42e32a5362b /MainForm.cs
parentf95dfc0e02610fecb5981120d121ab7b4626a8ac (diff)
Can't remember what i changed but whatever
Diffstat (limited to 'MainForm.cs')
-rw-r--r--MainForm.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MainForm.cs b/MainForm.cs
index cd145361..26af28bf 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -1899,5 +1899,10 @@ namespace com.clusterrr.hakchi_gui
ShowSelected();
}
}
+
+ private void pictureBoxArt_Click(object sender, EventArgs e)
+ {
+
+ }
}
}