Beispiel #1
0
        public AsteroidsRenderer(AsteroidsCalc asteroidsCalc, ISettings settings)
        {
            this.asteroidsCalc = asteroidsCalc;
            this.settings      = settings;

            fontNames = new Font("Arial", 8);
        }
Beispiel #2
0
 public AsteroidsEventsProvider(AsteroidsCalc asteroidsCalc)
 {
     this.asteroidsCalc = asteroidsCalc;
 }