Advertisement
Guest User

Untitled

a guest
May 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.39 KB | None | 0 0
  1. namespace Lagerprogram
  2. {
  3.     public class Lager
  4.     {
  5.         public string varer { get; set; }
  6.  
  7.         public string valgteVare { get; set; }
  8.  
  9.         public int antalPære { get; set; }
  10.  
  11.         public int antalBanan { get; set; }
  12.  
  13.         public int antalÆble { get; set; }
  14.  
  15.         public int antalBacon { get; set; }
  16.  
  17.         public int antalElefant { get; set; }
  18.  
  19.     }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement