public void Refresh(bool refr_1 = true, bool refr_2 = true, bool refr_3 = true) { if (refr_1) { DeviceList.Clear(); DeviceList.AddRange(PubMaster.Mod.DevSql.QueryDeviceList()); } }