Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. private void dataGridView1_CellFormatting(object sender, DataGridViewCellFormattingEventArgs e)
  2. {
  3. e.CellStyle.BackColor = Color.PaleGreen
  4. }
  5.  
  6. this.tabControl1.SelectedTab = tabPage2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement