コード例 #1
0
 public AboutBox()
 {
     InitializeComponent();
     this.Text = String.Format("关于 {0}", ProductInfoUtils.GetAssemblyTitle());
     this.labelProductName.Text   = ProductInfoUtils.GetAssemblyProduct();
     this.labelVersion.Text       = String.Format("版本 {0}", ProductInfoUtils.GetAssemblyVersion());
     this.labelCopyright.Text     = ProductInfoUtils.GetAssemblyCopyright();
     this.labelCompanyName.Text   = ProductInfoUtils.GetAssemblyCompany();
     this.textBoxDescription.Text = ProductInfoUtils.GetAssemblyDescription();
 }