Example #1
0
 //
 protected virtual void OnEnable()
 {
     hb = target as HighlightingBase;
     if (null != hb)
     {
         hb.CheckInstance();
     }
 }