예제 #1
0
 private void InitTrackForm()
 {
     trackFrm = new TracksForm();
     trackFrm.Init(airwayNetwork, trackStatusLabel);
 }