Example #1
0
 public void StatusCheck()
 {
     if (CanStatusCheck())
     {
         _orderState.StatusCheck(this);
     }
 }