Exemplo n.º 1
0
 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));
 }
Exemplo n.º 2
0
        protected void ExecCalledPageButton_Click(object sender, EventArgs e)
        {
            string a, b = null;

            InArgField.Text = CalledPage.Call(this, "hallo", null, out a, ref b);
        }