Ejemplo n.º 1
0
 public int box(WinAttribute vAttrs, WinAttribute hAttrs) => Curse.box(Handle, (int)vAttrs, (int)hAttrs);
Ejemplo n.º 2
0
 public int box(int vAttrs, int hAttrs) => Curse.box(Handle, vAttrs, hAttrs);