Przeglądaj źródła

Also rename the constructor

svn path=/trunk/mcs/; revision=7956
Miguel de Icaza 23 lat temu
rodzic
commit
0e99d2af1f

+ 1 - 1
mcs/class/System.Drawing/System.Drawing.Printing/QueryPageSettingsEventArgs.cs

@@ -17,7 +17,7 @@ namespace System.Drawing.Printing
 	{
 		private PageSettings pageSettings;
 
-		public QueryPageSettingEventArgs(PageSettings pageSettings)
+		public QueryPageSettingsEventArgs(PageSettings pageSettings)
 		{
 			this.pageSettings = pageSettings;
 		}