Ejemplo n.º 1
0
 public void Clone_2()
 {
     TimeSpanTestUtilities.TestClone(new MetricTimeSpan(5, 4, 6, 8));
 }
Ejemplo n.º 2
0
 public void Clone_1()
 {
     TimeSpanTestUtilities.TestClone(new MetricTimeSpan());
 }
Ejemplo n.º 3
0
 public void Clone_2()
 {
     TimeSpanTestUtilities.TestClone(new BarBeatTimeSpan(1, 2, 3));
 }
Ejemplo n.º 4
0
 public void Clone_1()
 {
     TimeSpanTestUtilities.TestClone(new BarBeatTimeSpan());
 }
Ejemplo n.º 5
0
 public void Clone_2()
 {
     TimeSpanTestUtilities.TestClone(new MidiTimeSpan(123));
 }
Ejemplo n.º 6
0
 public void Clone_2()
 {
     TimeSpanTestUtilities.TestClone(new MusicalTimeSpan(5, 8));
 }