Exemple #1
0
 private void LoadCUSBtn_Click(object sender, EventArgs e)
 {
     objects = cus.LoadCUS <List <Device> >();
     FillList();
 }