Ejemplo n.º 1
0
 private void method_0(IField ifield_0, FieldChangeType fieldChangeType_0)
 {
     if (this.FieldChanged != null)
     {
         this.FieldChanged(ifield_0, fieldChangeType_0);
     }
 }
Ejemplo n.º 2
0
 private void method_3(IField ifield_1, FieldChangeType fieldChangeType_0)
 {
     this.bool_3 = true;
     if (this.ValueChanged != null)
     {
         this.ValueChanged(this, new EventArgs());
     }
     if (this.ifieldsEdit_0.FindField(ifield_1.Name) == -1)
     {
         for (int i = 0; i < this.ilist_0.Count; i++)
         {
             if ((this.ilist_0[i].Name == ifield_1.Name) &&
                 (((FieldChangeType)this.ilist_1[i]) == fieldChangeType_0))
             {
                 return;
             }
         }
         this.ilist_0.Add(ifield_1);
         this.ilist_1.Add(fieldChangeType_0);
     }
 }