示例#1
0
 /// <inheritdoc />
 /// <summary>
 /// Overridden. <inherited />
 /// </summary>
 protected override void OnInit(EventArgs e)
 {
     if (!typeof(MarkerControlBase).IsAssignableFrom(this.GetType()))
     {
         ComponentHelper.AddToRegistry(this);
     }
 }