Example #1
0
 public virtual void DMKInit()
 {
     if (next != null)
     {
         next.DMKInit();
     }
 }
Example #2
0
 public void DMKInit()
 {
     if (modifier != null)
     {
         modifier.DMKInit();
     }
     this.OnInit();
 }