Exemple #1
0
 private List <string> GetDoorId()
 {
     return(DoorList.Select(e => e.GetAttribute(HtmlAttributesConsts.OBJECT_ID)).ToList());
 }