Exemplo n.º 1
0
 public override bool GetValueFromPageData(string strKey, out object objValue)
 {
     return(_context.GetValueFromPageData(strKey, out objValue));
 }