Exemplo n.º 1
0
 public static int GetInt(this StateBag objStateBag, string key)
 {
     return(objStateBag.GetInt(key, -2147483648));
 }