using System; public class DropDownRecordByAC : BaseDropDown { public override void RespondFun(int value) { if (OutInterFaceDropDown != null) OutInterFaceDropDown.Invoke(value); } public Action OutInterFaceDropDown; }