コード例 #1
0
 public bool CanShip()
 {
     return(_orderState.CanShip(this));
 }