示例#1
0
文件: Window.cs 项目: Nurrl/corewar
 public int box(WinAttribute vAttrs, WinAttribute hAttrs) => Curse.box(Handle, (int)vAttrs, (int)hAttrs);
示例#2
0
文件: Curse.cs 项目: Nurrl/corewar
 public static int box(IntPtr Win, WinAttribute attrsv, WinAttribute attrsh) => box(Win, (int)attrsv, (int)attrsh);