diff options
Diffstat (limited to 'pet_info/Pet Info/Class1.cs')
-rw-r--r-- | pet_info/Pet Info/Class1.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pet_info/Pet Info/Class1.cs b/pet_info/Pet Info/Class1.cs new file mode 100644 index 0000000..6286082 --- /dev/null +++ b/pet_info/Pet Info/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Pet_Info +{ + internal class Class1 + { + } +} |