예제 #1
0
 /// <summary>
 /// Return the default on/off switch choice.  This can be used by GUI code
 /// to pick a default for a new reservoir. </summary>
 /// <returns> the default reservoir on/off choice. </returns>
 public static string getIrsrswDefault(bool include_notes)
 {
     return(StateMod_DiversionRight.getIdvrswDefault(include_notes));
 }