Ejemplo n.º 1
0
    protected override void OnInit(EventArgs e)
    {
        base.OnInit(e);
        tireType = special;

        if (Request.QueryString["type"] != null)
            tireType = alm;
    }
Ejemplo n.º 2
0
    protected override void OnInit(EventArgs e)
    {
        base.OnInit(e);
        tireType = special;

        if (Request.QueryString["type"] != null)
        {
            tireType = alm;
        }
    }