Tabellen angepasst und eine für Klienten ohne Vertretungsbedarf hinzugefügt Bindingfehler behoben WaitLayer2 Bindingfehler behoben
16 lines
327 B
C#
16 lines
327 B
C#
using System.Windows;
|
|
using System.Windows.Controls;
|
|
|
|
namespace BeWo.View
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for WaitLayer.xaml
|
|
/// </summary>
|
|
public partial class WaitLayer2 : UserControl
|
|
{
|
|
public WaitLayer2()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|
|
} |