*Mit Fehler* Versucht eine TextBox zu ein DateEdit umzuwandeln

This commit is contained in:
rene
2019-08-12 11:27:39 +02:00
parent 1b3280f239
commit b37e64834c
3 changed files with 465 additions and 797 deletions

View File

@@ -128,6 +128,7 @@ namespace BeWo.View.Detail
// }
// return result;
// }
private void AddButton_Click(object sender, RoutedEventArgs e)
{
this.popup_employee.IsOpen = true;

File diff suppressed because it is too large Load Diff

View File

@@ -70,6 +70,13 @@ namespace BeWo.View
{
InitializeComponent();
panelHost.AddPanel(Resources["PanelTasks"] as DragDockPanel);
panelHost.AddPanel(Resources["PanelExpiringSupportConcepts"] as DragDockPanel);
panelHost.AddPanel(Resources["PanelConferenceDates"] as DragDockPanel);
panelHost.AddPanel(Resources["PanelBirthdates"] as DragDockPanel);
panelHost.AddPanel(Resources["PanelInternalNews"] as DragDockPanel);
panelHost.AddPanel(Resources["PanelBeWoNews"] as DragDockPanel);
DataContext = this;
txtHeader.Text = String.Format("{0} {1}", BeWoApp.LoggedOnUser.Employee.FirstName,BeWoApp.LoggedOnUser.Employee.LastName);
@@ -86,8 +93,6 @@ namespace BeWo.View
//var panel = this.Resources["panelExpiringSupportConcepts"];
//
HyperlinkZuPasswortsicherheit.NavigateUri = new Uri("http://news.bewoplaner.de/?NewsType=3&NewsCount=1&NewsOID=373457455");