public bool IsSameMethod(ProgElements.IMethod method)
        {
            Parameter p = method as Parameter;

            if (p != null)
            {
                return(p.Variable.ID == this.ID);
            }
            return(false);
        }
Ejemplo n.º 2
0
 public bool Edit(XmlSerializer.XmlObjectWriter writer, ProgElements.IMethod context, System.Windows.Forms.Form caller, bool isNewAction)
 {
     return(false);
 }
Ejemplo n.º 3
0
 public bool Edit(XmlSerializer.XmlObjectWriter writer, ProgElements.IMethod context, System.Windows.Forms.Form caller)
 {
     throw new NotImplementedException();
 }