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 ; }