summaryrefslogtreecommitdiff
path: root/ZooBOTanica/CritCreate.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ZooBOTanica/CritCreate.cs')
-rw-r--r--ZooBOTanica/CritCreate.cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/ZooBOTanica/CritCreate.cs b/ZooBOTanica/CritCreate.cs
new file mode 100644
index 0000000..7285a78
--- /dev/null
+++ b/ZooBOTanica/CritCreate.cs
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace ZooBOTanica
+{
+ public partial class CritCreateForm : Form
+ {
+ public CritCreateForm()
+ {
+ InitializeComponent();
+
+ }
+
+ }
+}