vlc fully implemented
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using System.Windows.Documents;
|
||||
|
||||
namespace ShadowStream.Obejeckte;
|
||||
//Quinn
|
||||
public class Catagory
|
||||
@@ -20,4 +22,9 @@ public class Catagory
|
||||
{
|
||||
items.Clear();
|
||||
}
|
||||
|
||||
public List<Item> getAllItems()
|
||||
{
|
||||
return items;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user