Beispiel #1
0
 public void AddItem(PlayWindowItemType type)
 {
     ItemsList.Add(new PlayWindowItem(type));
 }
 public PlayWindowItem(PlayWindowItemType type)
 {
     ItemType = type;
 }