Exemplo n.º 1
0
 public static void SetInt(this DObject obj, int property, int value)
 {
     obj.SetUInt(property, (uint)value);
 }