Ejemplo n.º 1
0
        public override bool Equals(System.Object object_Renamed)
        {
            bool isEqual = false;

            if (base.Equals(object_Renamed) && (object_Renamed is GetURL2))
            {
                GetURL2 getURL2 = (GetURL2)object_Renamed;

                if (getURL2.method == this.method)
                {
                    isEqual = true;
                }
            }

            return(isEqual);
        }
		public virtual void  getURL2(GetURL2 action)
		{
		}
Ejemplo n.º 3
0
		public override void  getURL2(GetURL2 action)
		{
			start(action);
			out_Renamed.WriteLine(" " + action.method);
		}