Пример #1
0
 static public EntityDef GetEntityDefById(Guid id)
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.GetEntityDefById(id));
     }
 }