public static string Call(Remotion.Web.ExecutionEngine.IWxePage currentPage, string input, List <System.Int32[, ][]> other, out string output, ref string bothways) { return(CalledPage.Call(currentPage, Remotion.Web.ExecutionEngine.WxeCallArguments.Default, input, other, out output, ref bothways)); }
protected void ExecCalledPageButton_Click(object sender, EventArgs e) { string a, b = null; InArgField.Text = CalledPage.Call(this, "hallo", null, out a, ref b); }