diff --git a/ENI2/DetailViewControls/WasteDetailControl.xaml b/ENI2/DetailViewControls/WasteDetailControl.xaml
index 6e1b9950..2abe2483 100644
--- a/ENI2/DetailViewControls/WasteDetailControl.xaml
+++ b/ENI2/DetailViewControls/WasteDetailControl.xaml
@@ -35,6 +35,7 @@
+
@@ -54,8 +55,10 @@
-
-
+
+
+
+
diff --git a/ENI2/DetailViewControls/WasteDetailControl.xaml.cs b/ENI2/DetailViewControls/WasteDetailControl.xaml.cs
index fbf1f661..00b5f493 100644
--- a/ENI2/DetailViewControls/WasteDetailControl.xaml.cs
+++ b/ENI2/DetailViewControls/WasteDetailControl.xaml.cs
@@ -582,8 +582,12 @@ namespace ENI2.DetailViewControls
}
}
+
#endregion
-
+ private void comboBox_WSDPTemplate_SelectionChanged(object sender, SelectionChangedEventArgs e)
+ {
+
+ }
}
}