Example #1
0
        public static void UninstallTPCAST()
        {
            string code = RegistryUtil.findTPCASTCode();

            RegistryUtil.log.Trace("code = " + code);
            if (code != null)
            {
                RegistryUtil.invokeUninstallTPCASTCommand(code);
            }
        }
Example #2
0
 private void uninstallButton_Click(object sender, EventArgs e)
 {
     RegistryUtil.UninstallTPCAST();
 }