示例#1
0
 public static void ClearArea(int x, int y, int w, int h)
 {
     BearLibTerminalIntegration.ClearArea(x, y, w, h);
 }