aboutsummaryrefslogtreecommitdiff
path: root/source/ShiftUI Designer
diff options
context:
space:
mode:
authorCarver Harrison <[email protected]>2016-07-24 11:17:36 -0700
committerCarver Harrison <[email protected]>2016-07-24 11:17:36 -0700
commitbf7a488011c09be39bdb4980c2bb020cb1fdb71a (patch)
tree15babb7b44c458fa5edbdbdb90e70c9ac3cb6999 /source/ShiftUI Designer
parent69fe691ea6111d1009f9a0ac49b162c36070e64e (diff)
downloadshiftos-c--bf7a488011c09be39bdb4980c2bb020cb1fdb71a.tar.gz
shiftos-c--bf7a488011c09be39bdb4980c2bb020cb1fdb71a.tar.bz2
shiftos-c--bf7a488011c09be39bdb4980c2bb020cb1fdb71a.zip
Added Hashing API and Fixed Bugs
Diffstat (limited to 'source/ShiftUI Designer')
-rw-r--r--source/ShiftUI Designer/Program.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/ShiftUI Designer/Program.cs b/source/ShiftUI Designer/Program.cs
index 7e4be98..4ca9e98 100644
--- a/source/ShiftUI Designer/Program.cs
+++ b/source/ShiftUI Designer/Program.cs
@@ -1423,10 +1423,10 @@ namespace ShiftUI_DesignerGenerated {
forms.Add(type.Name, Activator.CreateInstance(type) as Form);
}
}
- catch
- {
-
- }
+ catch (Exception catcherror)
+ {
+ Console.WriteLine(catcherror);
+ }
}
foreach(var item in forms)
{