Exemplo n.º 1
0
 public PrimitiveInteger(SwfReader r)
 {
     IntegerValue = r.GetInt32();
 }