예제 #1
0
 public void Drawing(Coords EmployerPosition, List <LightingUnit> ActivatedLightingUnitsOnUser, Circle router1, Circle router2)
 {
     graphicsDraw.LoadLightIntoBitMap(ActivatedLightingUnitsOnUser);
     graphicsDraw.Draw(FpsCounter.fps, EmployerPosition, router1, router2);
     FpsCounter.FPS();
 }