Advertisement
pszczyg

Untitled

Apr 1st, 2017
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. public class Training
  2. {
  3.     public Training()
  4.     {
  5.         _exercises = new List<Exercise>();
  6.     }
  7.  
  8.     private readonly List<Exercise> _exercises;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement