Example #1
0
 public void showDecipher(Boolean b)
 {
     if (b)
     {
         replace.showDecipher();
     }
     if (!b)
     {
         vg.showCipher();
     }
 }