コード例 #1
0
 public void SetDateShipped()
 {
     // call static method
     CommerceLibAccess.SetOrderDateShipped(OrderID);
     // update field
     DateShipped = DateTime.Now.ToString();
 }