Merge remote-tracking branch 'origin/auftraggeberDatenbank' into auftraggeberDatenbank
# Conflicts: # KlassenBIB/AuftraggeberListCollection.cs # KlassenBIB/MainDataBase.cs
This commit is contained in:
@@ -1,28 +1 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Markup;
|
||||
|
||||
namespace KlassenBIB
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[ContentProperty("AuftraggeberListe")]
|
||||
public class MainDataBase
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public AuftraggeberListCollection AuftraggeberListe { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public MainDataBase()
|
||||
{
|
||||
AuftraggeberListe = new AuftraggeberListCollection();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user