Ejemplo n.º 1
0
 public void ShowSynthesisBranch()
 {
     if (!synthesisBranch.visible)
     {
         synthesisBranch.Show();
     }
     else
     {
         synthesisBranch.Hide();
     }
 }
Ejemplo n.º 2
0
 public void ShowWordsBranch()
 {
     if (!wordsBranch.visible)
     {
         wordsBranch.Show();
     }
     else
     {
         wordsBranch.Hide();
     }
 }
Ejemplo n.º 3
0
 public void ShowAnalysisBranch()
 {
     if (!analysisBranch.visible)
     {
         analysisBranch.Show();
     }
     else
     {
         analysisBranch.Hide();
     }
 }
Ejemplo n.º 4
0
 public void ShowSoundsBranch()
 {
     if (!soundsBranch.visible)
     {
         soundsBranch.Show();
     }
     else
     {
         soundsBranch.Hide();
     }
 }