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