Files
Proftaak-RH-B4/DokterApp/UserTab.cs
fabjuuuh f777b583f5 progress
2020-09-30 14:37:40 +02:00

15 lines
203 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace DokterApp
{
class UserTab : Tab
{
public UserTab()
{
Name = "Piet";
}
}
}