Пример #1
0
 private void LoadCategories()
 {
     try
     {
         HorsePower.LoadList(listBox1);
     }
     catch (Exception ex)
     {
         Console.Write(ex);
     }
 }