* Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
[mono.git] / mcs / class / System.Web / System.Web.UI / IStyleSheet.cs
index 590d277471356f4522ae6b1c3cb63f5416a45efc..b14ee83db9a0519a3250fa8cd9264d330e4aa26e 100644 (file)
@@ -4,8 +4,7 @@
 // Authors:
 //      Sanjay Gupta (gsanjay@novell.com)
 //
-// (C) 2004 Novell, Inc (http://www.novell.com)
-//
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 
 
 #if NET_2_0
-using System;
+
+using System.Web.UI.WebControls;
 
 namespace System.Web.UI
 {
        public interface IStyleSheet
        {
-               void CreateStyleRule (Style style, string selection, IUrlResolutionService urlResolver);
+               void CreateStyleRule (Style style, IUrlResolutionService urlResolver, string selection);
                void RegisterStyle (Style style, IUrlResolutionService urlResolver);
        }
 }