示例#1
0
 public bool RemoveControlById(string id)
 {
     return(InputControls.RemoveAll(c => c.Id == id) > 0);
 }