From dc46e7a99cbf3612c9abfc742f537210190d9f15 Mon Sep 17 00:00:00 2001 From: adri Date: Sat, 19 Jan 2019 11:02:59 +0100 Subject: [PATCH] Gros UC avec 3 petit UC Ok (3xPlat=>Repa) Vanish0 --- ProjetTheAlone/UserControlDIY/Plat.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ProjetTheAlone/UserControlDIY/Plat.xaml.cs b/ProjetTheAlone/UserControlDIY/Plat.xaml.cs index 145a50e..c204d85 100644 --- a/ProjetTheAlone/UserControlDIY/Plat.xaml.cs +++ b/ProjetTheAlone/UserControlDIY/Plat.xaml.cs @@ -26,7 +26,6 @@ namespace ProjetTheAlone.UserControlDIY { InitializeComponent(); - this.DataContextChanged += new DependencyPropertyChangedEventHandler((o, t) => this.UpdateLayout()); GridPrinc.DataContext = this ; }