Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1.  class Mesuesi : Person
  2.     {
  3.         static int staticID;
  4.         public int mesuesiID;
  5.  
  6.  
  7.         public List<Lenda> Lendet { get; set; } = new List<Lenda>();
  8.  
  9.         public Mesuesi()
  10.         {
  11.             staticID++;
  12.             mesuesiID = staticID;
  13.         }
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement