示例#1
0
 protected override void OnInitialized()
 {
     SetClassMap();
     SelectParent?.AddOption(this);
     SelectOptGroupParent?.AddOption(this);
     base.OnParametersSet();
 }
 protected override void Dispose(bool disposing)
 {
     SelectParent?.RemoveOption(this);
     SelectOptGroupParent?.RemoveOption(this);
     base.Dispose(disposing);
 }