Esempio n. 1
0
 public AgentViewModel(VisualAgentType type, Agent agent)
 {
     _type = type;
     _agent = agent;
 }
Esempio n. 2
0
 public AgentViewModel(VisualAgentType type)
 {
     _type = type;
 }