コード例 #1
0
 ///
 /// <summary>
 /// Display all events which should be visible in current timelineband window</summary>
 ///
 public void DisplayEvents(
     )
 {
     Debug.Assert(m_calc != null);
     m_calc.DisplayEvents();
 }