Example #1
0
 private void method_8(object sender, EventArgs0 e)
 {
     if (this.Event_0 != null)
     {
         this.Event_0(this, e);
     }
 }
Example #2
0
 protected virtual void vmethod_0(object sender, EventArgs0 e)
 {
     for (int i = 0; i < this.method_2().Node.Count; i++)
     {
         if (e.method_0().Equals(this.method_2().Node[i]))
         {
             this.int_7 = i;
             break;
         }
     }
     if (this.Event_0 != null)
     {
         e.method_0().IsExpand = true;
         this.Event_0(sender, e);
     }
 }