Advertisement
Guest User

Untitled

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