예제 #1
0
 public AgentViewModel(VisualAgentType type, Agent agent)
 {
     _type = type;
     _agent = agent;
 }
예제 #2
0
 public AgentViewModel(VisualAgentType type)
 {
     _type = type;
 }