* ToolTask.cs (ProcessOuputTool): Move logging of tool
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / WizardNavigationEventArgs.cs
index 550eb43cb55e15de0e88b2da8fa21b1d07790905..88fcdd269996bd5042846583d2524ddf82ce9f6f 100644 (file)
@@ -34,9 +34,9 @@ namespace System.Web.UI.WebControls
 {
        public class WizardNavigationEventArgs : EventArgs
        {
-               private int curStepIndex;
-               private int nxtStepIndex;
-               private bool cancel;
+               int curStepIndex;
+               int nxtStepIndex;
+               bool cancel;
                
                public WizardNavigationEventArgs (int currentIndex, int nextIndex)
                {