Exemplo n.º 1
0
 public void SetLocations()
 {
     ControllerUtil.SetLocations(this.Locations, PanelCoordX, PanelCoordY);
 }
Exemplo n.º 2
0
 public void SetLocations(Point[] otherLocations)
 {
     ControllerUtil.SetLocations(this.Locations, otherLocations);
 }
Exemplo n.º 3
0
 public void SetLocations()
 {
     ControllerUtil.SetLocations(this.Locations, CardCoordX, CardCoordY);
 }