X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=base%2Fcontrol%2FAppInfoContainer.cs;fp=base%2Fcontrol%2FAppInfoContainer.cs;h=c2736c79d95244d4543af0a220ee09275f64fc81;hb=62178612fea047651bf3b6b2c1238c96cbf0d562;hp=0000000000000000000000000000000000000000;hpb=c28599c31425a36dae35dd9bcb85c4a9e00f8255;p=kybernetes%2FKybernetes.git diff --git a/base/control/AppInfoContainer.cs b/base/control/AppInfoContainer.cs new file mode 100644 index 0000000..c2736c7 --- /dev/null +++ b/base/control/AppInfoContainer.cs @@ -0,0 +1,32 @@ +using System; +using System.Reflection; + +namespace com.andoutomo.kybernetes.control +{ + public class AppInfoContainer + { + + public static string Title + { + get; + set; + } + public static string Description + { + get; + set; + } + public static string CopyRight + { + get; + set; + } + public static string VersionNo + { + get; + set; + } + + + } +}