Exemplo n.º 1
0
 /// <summary>
 /// Method invoked by the SquareRadioButtonCommand
 /// </summary>
 public void Square()
 {
     SignalGen.setSquare();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Method invoked by the TriangularRadioButtonCommand
 /// </summary>
 public void Triangular()
 {
     SignalGen.setTriangular();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Method invoked by the SineRadioButtonCommand
 /// </summary>
 public void Sine()
 {
     SignalGen.setSine();
 }