MWF: Remove #if NET_2_0 and #if ONLY_1_1 conditions (part 10).
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ToolStripItemClickedEventArgs.cs
index 526631d222c9fb8ce7a03e55b3dd5901bf27a07c..e07a461d2dfba703c812a6ccd103fc16741499cb 100644 (file)
@@ -26,7 +26,6 @@
 //     Jonathan Pobst (monkey@jpobst.com)
 //
 
-#if NET_2_0
 namespace System.Windows.Forms
 {
        public class ToolStripItemClickedEventArgs : EventArgs
@@ -45,4 +44,3 @@ namespace System.Windows.Forms
                #endregion
        }
 }
-#endif
\ No newline at end of file