예제 #1
0
파일: GraphForm.cs 프로젝트: x2v0/gep
 private void OnTimer(Object myObject, EventArgs myEventArgs)
 {
     graph.UpdateState();
     labelState.Text = graph.State;
     labelPosition.Text = graph.Positions;
     Invalidate();
 }