Example #1
0
 public OpenState(Gate gate)
 {
     Gate = gate;
 }
Example #2
0
 public LockState(Gate gate)
 {
     Gate = gate;
 }