Xamarin-4959: Fix copy of clipboard data after app exits
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / BindingCompleteEventHandler.cs
index 8823f56b3bef89e0167add46ac818cb12dc57d01..3e0a310fc522952cddaeab526739d3c0834622c5 100644 (file)
@@ -26,9 +26,7 @@
 //     Jonathan Pobst (monkey@jpobst.com)
 //
 
-#if NET_2_0
 namespace System.Windows.Forms
 {
        public delegate void BindingCompleteEventHandler(object sender, BindingCompleteEventArgs e);
 }
-#endif
\ No newline at end of file