Beispiel #1
0
 public frmAbout()
 {
     InitializeComponent();
     this.Text = String.Format("About {0}", AssemblyTitle);
     this.labelProductName.Text   = AssemblyProduct;
     this.labelVersion.Text       = String.Format("Version {0}", AssemblyVersion);
     this.labelCopyright.Text     = AssemblyCopyright;
     this.textBoxDescription.Text = AssemblyDescription;
     this.lblMachineID.Text       = MachineIdentification.GetMachineID();
 }
Beispiel #2
0
 private void tlsHelp_Click(object sender, EventArgs e)
 {
     Process.Start("http://wmediacenter.com/whereamifrom/?Action=ViewHelpFromApp" + GetCurrentVersionString() + "&dl=http://tvmetadatafinder.com/apphelp/%3fHelpVersion=" + GetCurrentVersionString() + "%26MachineID=" + MachineIdentification.GetMachineID());
 }