Esempio n. 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            ProductVerificationTester test = new ProductVerificationTester();
            ProductVerificationResponse result = test.Verify();

            ComponentName.Text = String.Format("ComponentName: {0}", result.ComponentName);
            ManifestVerified.Text = String.Format("ManifestVerified: {0}", result.IsManifestValid);
        }
Esempio n. 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            ProductVerificationTester   test   = new ProductVerificationTester();
            ProductVerificationResponse result = test.Verify();

            ComponentName.Text    = String.Format("ComponentName: {0}", result.ComponentName);
            ManifestVerified.Text = String.Format("ManifestVerified: {0}", result.IsManifestValid);
        }