示例#1
0
 private void animationTimer_Tick(object sender, EventArgs e)
 {
     starSystem.Animate(1);
     splitContainer.Panel1.Refresh();
 }
示例#2
0
 private void animationTimer_Tick(object sender, EventArgs e)
 {
     starSystem.Animate(1);
 }