Example #1
0
 internal void displayArchs(bool p)
 {
     if (selectedGum != null)
     {
         selectedGum.displayArchs(p);
     }
 }