コード例 #1
0
 /// <summary>
 /// Method invoked by the SquareRadioButtonCommand
 /// </summary>
 public void Square()
 {
     SignalGen.setSquare();
 }
コード例 #2
0
 /// <summary>
 /// Method invoked by the TriangularRadioButtonCommand
 /// </summary>
 public void Triangular()
 {
     SignalGen.setTriangular();
 }
コード例 #3
0
 /// <summary>
 /// Method invoked by the SineRadioButtonCommand
 /// </summary>
 public void Sine()
 {
     SignalGen.setSine();
 }