summaryrefslogtreecommitdiff
path: root/ZooBOTanica
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-10-07 12:05:11 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-10-07 12:05:11 +0200
commit97f19926ac2b02e976c1abf993525b519d68ffac (patch)
tree60fb48ecf30b70530d6132711b331d66e33b3893 /ZooBOTanica
parent3de6fb5d7bd28318d90975f016c9722a99ba2455 (diff)
parent373af0a9c563dcd6bfb5e136f75f23e48bfb961c (diff)
Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi
Diffstat (limited to 'ZooBOTanica')
-rw-r--r--ZooBOTanica/CritCreate.cs12
1 files changed, 7 insertions, 5 deletions
diff --git a/ZooBOTanica/CritCreate.cs b/ZooBOTanica/CritCreate.cs
index 08f527d..3d0a6c2 100644
--- a/ZooBOTanica/CritCreate.cs
+++ b/ZooBOTanica/CritCreate.cs
@@ -55,11 +55,13 @@ namespace ZooBOTanica
public void LoadButton_Click(object sender, EventArgs e)
{
- var dig = new OpenFileDialog();
- dig.CheckFileExists = true;
- dig.Multiselect = false;
- dig.Title = "Gespeicherten Gegner laden";
- dig.Filter = "*Json Dateien (*.json)|*.json";
+ var dig = new OpenFileDialog
+ {
+ CheckFileExists = true,
+ Multiselect = false,
+ Title = "Gespeicherten Gegner laden",
+ Filter = "*Json Dateien (*.json)|*.json"
+ };
if (dig.ShowDialog() == DialogResult.OK)
{