Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. public string[] BENTLEY =
  2. {
  3. "ARNAGE","AZURE","BROOKLANDS","CONTINENTAL","MK 6","MULSANNE","T1 SALOON","TURBO","Egyéb"
  4. };
  5.  
  6. public string[] BMW =
  7. {
  8. "114","116","118","120","123","125","130","135","216","218","220","225","228","316","318 GRAN TURISMO","318","320 GRAN TURISMO","320","323","324","325 GRAN TURISMO","325","328","330","335","340","Egyéb"
  9. };
  10.  
  11.  
  12.  
  13. case "BENTLEY": combobox2.Items.AddRange(BENTLEY); break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement