Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public Form1() {
  2. InitializeComponent();
  3. listView1.Columns[0].ImageIndex = 0;
  4. listView1.Columns[1].ImageIndex = 1;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement