@@ -21,6 +21,9 @@ namespace ProbnikDemo
Random r = new Random();
foreach (Agent a in agents)
{
+ if( a.Logo == ""){
+ a.Logo = "/agents/picture.png";
+ }
AgentType agentType = BaseConnect.BaseModel.AgentType.FirstOrDefault(x => x.ID == a.AgentTypeID);
a.AgentTypes = agentType.Title;
@@ -167,6 +167,7 @@
</ItemGroup>
<ItemGroup />
<ItemGroup>
+ <Resource Include="agents\picture.png" />
<Resource Include="agents\agent_1.png" />
<Resource Include="agents\agent_10.png" />
<Resource Include="agents\agent_100.png" />