OSDN Git Service

構成変更のためファイルを置き直し。
[kybernetes/Kybernetes.git] / base / control / AppInfoContainer.cs
diff --git a/base/control/AppInfoContainer.cs b/base/control/AppInfoContainer.cs
new file mode 100644 (file)
index 0000000..c2736c7
--- /dev/null
@@ -0,0 +1,32 @@
+using System;\r
+using System.Reflection;\r
+\r
+namespace com.andoutomo.kybernetes.control\r
+{\r
+    public class AppInfoContainer\r
+    {\r
+\r
+        public static string Title\r
+        {\r
+            get;\r
+            set;\r
+        }\r
+        public static string Description\r
+        {\r
+            get;\r
+            set;\r
+        }\r
+        public static string CopyRight\r
+        {\r
+            get;\r
+            set;\r
+        }\r
+        public static string VersionNo\r
+        {\r
+            get;\r
+            set;\r
+        }\r
+        \r
+\r
+    }\r
+}\r