2017 c#

  1. A

    Windows Form DataGridViews

    Hi! ive got two dataGridViews with two columns each and i have a (csv file) with products and prices that i import to gridView1. string[] lines = File.ReadAllLines("Products.csv"); foreach (string line in lines) { string[] words =...
Back
Top Bottom