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; } } }