aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/HelloworldXamarin/HelloworldXamarin/MyClass.cs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/csharp/HelloworldXamarin/HelloworldXamarin/MyClass.cs')
-rw-r--r--examples/csharp/HelloworldXamarin/HelloworldXamarin/MyClass.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/csharp/HelloworldXamarin/HelloworldXamarin/MyClass.cs b/examples/csharp/HelloworldXamarin/HelloworldXamarin/MyClass.cs
deleted file mode 100644
index e3fa67641a..0000000000
--- a/examples/csharp/HelloworldXamarin/HelloworldXamarin/MyClass.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System;
-namespace HelloworldXamarin
-{
- public class MyClass
- {
- public MyClass()
- {
- }
- }
-}