Guest User

Untitled

a guest
Jul 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. foreach (string Path in FilePaths)
  2. {
  3. TaskUC Task = new TaskUC ();
  4. Information i = new Information ();
  5. TitleBox.Text = i.title1;
  6. DescriptionBox.Text = i.Description2;
  7. DatePicker.Value = i.Date3;
  8. if (i.Check4 == true).
  9. {.
  10. Elipsecheck.BackImage = Resources.CheckPic;
  11. }
  12. else if (i.Check4 == false)
  13. {.
  14. Elipsecheck.BackImage = Resources.White;
  15. }
  16. }
Add Comment
Please, Sign In to add comment