Beispiel #1
0
 private void Verify()
 {
     Page1.SetActive(false);
     if (EmptyConstructor.isOn && !FilledConstructor.isOn)
     {
         Page2.SetActive(true);
     }
     else
     {
         Page3.SetActive(true);
     }
 }