upgraded doktor stuff

This commit is contained in:
wouter
2020-09-30 16:08:35 +02:00
parent f777b583f5
commit c20a1b292e
4 changed files with 87 additions and 28 deletions

View File

@@ -34,7 +34,8 @@ namespace DokterApp
TabItem newTabItem = new TabItem
{
Header = "Test",
Width = 110,
Height = 40
};
newTabItem.Content = new UserControlForTab();
this.tbControl.Items.Add(newTabItem);