Implement the drawing of mixed-mode check boxes
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / DataGridViewCellStyleScopes.cs
index ca3c58a6ed84b3e15bb913f03a00e10ac9d51799..7418e739940e40248c2a643fad1265a323ab7bf5 100644 (file)
@@ -23,8 +23,6 @@
 //     Pedro Martínez Juliá <pedromj@gmail.com>
 //
 
-#if NET_2_0
-
 namespace System.Windows.Forms {
 
        [FlagsAttribute()]
@@ -41,5 +39,3 @@ namespace System.Windows.Forms {
        }
 
 }
-
-#endif