Merge branch 'develop' into newDoctor

This commit is contained in:
fabjuuuh
2020-10-14 15:21:03 +02:00
20 changed files with 74 additions and 270 deletions

View File

@@ -6,6 +6,7 @@ using System.Collections.Generic;
using System.Text;
using System.Windows.Controls;
using System.Windows.Input;
using Util;
namespace DoctorApp.ViewModels
{

View File

@@ -5,6 +5,7 @@ using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Text;
using System.Windows.Controls;
using Util;
namespace DoctorApp.ViewModels
{

View File

@@ -3,6 +3,7 @@ using DoctorApp.Utils;
using System;
using System.Collections.Generic;
using System.Text;
using Util;
namespace DoctorApp.ViewModels
{