Esempio n. 1
0
 /// <summary>
 /// Constructor with parameters.
 /// </summary>
 /// <param name="chart">Requires the associated chart.</param>
 /// <param name="eventLine">Requires the associated event line.</param>
 /// <param name="keyParent">Requires the associated key parent.</param>
 public StarPower(Chart chart, EventLine eventLine, string keyParent)
     : base(chart, eventLine, keyParent)
 {
     /* TO DO
      */ 
 }