Pokaż
Ignoruj:
Data:
2009-12-23 11:59:36 (16 years ago)
Autor:
marek
Opis:

re #215

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci/Default.aspx.cs

    r866 r971  
    22using System.Web.Mvc; 
    33using System.Web.UI; 
    4 using System.Globalization; 
    5 using System.Threading; 
    64 
    7 namespace Platnosci 
     5namespace adMoto.Payments.Web 
    86{ 
    97    public partial class _Default : Page 
     
    1513            // can correctly process the response (if caching is enabled). 
    1614 
    17             string originalPath = Request.Path; 
     15            var originalPath = Request.Path; 
    1816            HttpContext.Current.RewritePath(Request.ApplicationPath, false); 
    1917            IHttpHandler httpHandler = new MvcHttpHandler();