Example #1
0
 private void OnOffDev(string ClickDev)
 {
     d = ld.Find(i => i.Name == ClickDev);
     d.OnOff();
 }