Example #1
0
 public bool Exist(Grid grid, Window window)
 {
     return(windowRepository.Exist(grid, window.StartPoint));
 }