示例#1
0
 public AgentOrder(E_OrderType type)
 {
     Type = type;
 }
示例#2
0
 private AgentOrder()
 {
     Type = E_OrderType.E_NONE;
 }