*Mit Fehler* Versucht eine TextBox zu ein DateEdit umzuwandeln
This commit is contained in:
@@ -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
@@ -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");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user