Ejemplo n.º 1
0
 public BooleanMethod()
 {
     this.height = 30;
     mode = 0;
     holderA = new BooleanVariableHolder();
     holderB = new BooleanVariableHolder();
 }
 public NotBooleanMethod()
 {
     holder = new BooleanVariableHolder();
     this.height = 30;
 }