| http://www.w3.org/ns/prov#value | - Let???s create an event indicating that the Silverlight app is asking the host app to open another form, such as a console or Progress GUI form.In Silverlight we can create a simple method as follows:public static void AskHostForForm(string formName, string p1 = , string p2 = , string p3 = ){ var form = (ScriptObject)HtmlPage.Window.GetProperty(external); form.Invoke(AskHostToOpenForm, f
|