章政 7 жил өмнө
parent
commit
5a6a3b1d6a

+ 0 - 27
UAS_Web/tool/SubBoundObject.cs

@@ -1,27 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace UAS_Web.tool
-{
-    class SubBoundObject
-    {
-        public string SimpleProperty { get; set; }
-
-        public SubBoundObject()
-        {
-            SimpleProperty = "This is a very simple property.";
-        }
-
-        public string GetMyType()
-        {
-            return "My Type is " + GetType();
-        }
-
-        public string EchoSimpleProperty()
-        {
-            return SimpleProperty;
-        }
-    }
-}