Ejemplo n.º 1
0
 public SolarSystem()
 {
     InitializeComponent();
     //random = new Random();
     univerce       = new Univerce(this);
     timer.Interval = 31;
     timer.Start();
 }
Ejemplo n.º 2
0
 public SolarSystem()
 {
     InitializeComponent();
     //random = new Random();
     univerce = new Univerce(this);
     timer.Interval = 31;
     timer.Start();
 }