mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
voila
This commit is contained in:
13
Blok2 Online Gokkantoor/DataLaag/Enums.cs
Normal file
13
Blok2 Online Gokkantoor/DataLaag/Enums.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DataLaag
|
||||
{
|
||||
public class Enums
|
||||
{
|
||||
public enum Gokken { Uitploeg, Gelijk, Thuisploeg}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user