Пример #1
0
 /// <summary>
 /// Return a list of on/off switch option strings, for use in GUIs.
 /// The options are of the form "0" if include_notes is false and "0 - Off", if include_notes is true. </summary>
 /// <returns> a list of on/off switch option strings, for use in GUIs. </returns>
 /// <param name="include_notes"> Indicate whether notes should be added after the parameter values. </param>
 public static IList <string> getIrsrswChoices(bool include_notes)
 {
     return(StateMod_DiversionRight.getIdvrswChoices(include_notes));
 }