예제 #1
0
 public static void SetShort(this DObject obj, int property, short value)
 {
     obj.SetUShort(property, (ushort)value);
 }