var host = new _lib.Microsoft.ClearScript.HostFunctions();
var app_d = _lib.LTools.Desktop.DesktopApp.Init(wf, null, "Calc*", 10000);
var el = app_d.FindElement("{\"Name\":\"Nine\",\"AutomationID\":\"num9Button\",\"AUIProperties\":[],\"TextSearchMode\":0,\"IsRoot\":false,\"IsQuickSearch\":false}", 10000);
var app = host.newObj(_lib.LTools.Office.AssistantApp);
app.ShowHint(el, 100, 50);
app.ShowHint(wf, 100, 150, 100, 50);