Esempio n. 1
0
 // ------------------------- RedirectTo -------------------------------
 // Called by pages when redirecting to this page.
 // aspx pages should implement their own version when the page contains
 // QueryString parameters.  Otherwise, this base class can do the job.
 public static void RedirectTo(AcPage InFromPage, PageProperties InToPage)
 {
     RedirectTo(InFromPage, InToPage, new RedirectParms());
 }