Xamarin-4959: Fix copy of clipboard data after app exits
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / DataGridViewRowCancelEventHandler.cs
index da05cc6224c485a30161656def9a7dac41150ed0..2f4fd9f6cbe748379d74a74328710134099153b3 100644 (file)
 //     Pedro Martínez Juliá <pedromj@gmail.com>
 //
 
-
-#if NET_2_0
-
 namespace System.Windows.Forms {
 
        public delegate void DataGridViewRowCancelEventHandler (object sender, DataGridViewRowCancelEventArgs e);
 
 }
-
-#endif