示例#1
0
 public static bool ModelPresent(ModelGrid mg, int x, int y)
 {
     return(mg.IsSet(x, y));
 }