Advertisement
OKIEWARDOYO

C#.NET No.36 - 6

Oct 3rd, 2013
2,022
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1.             if (rk.GetValue("StartUpApp") == null)
  2.             {
  3.                 checkBoxStartUp.Checked = false;
  4.             }
  5.             else
  6.             {
  7.                 checkBoxStartUp.Checked = true;
  8.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement