コード例 #1
0
 public Full(Fullness state) : this(state._currentState, state._glassOfWater)
 {
 }
コード例 #2
0
 public GlassOfWater()
 {
     _state = new Empty(0, this);
 }