progress
This commit is contained in:
14
DokterApp/UserTab.cs
Normal file
14
DokterApp/UserTab.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace DokterApp
|
||||
{
|
||||
class UserTab : Tab
|
||||
{
|
||||
public UserTab()
|
||||
{
|
||||
Name = "Piet";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user