private void RunApp()
 {
     Win_AutomationUI.AutomationCore at = new Win_AutomationUI.AutomationCore();
     System.Diagnostics.Debug.Write(" debug " + appName + " " + appPath + " \n");
     at.StartThis(appName, appPath);
     UpdateUI("RunApp", appName, null);
 }
 private void RunObjectsIdentification()
 {
     Win_AutomationUI.AutomationCore autoCore = new Win_AutomationUI.AutomationCore();
     autoCore.IdentifyMenuElements();
     UpdateUI("RunObjectsIdentification", appName, null);
 }