using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FLY.Thick.Base.UI { public class WarningReasonWindow: FLY.OBJComponents.Client.BufferWindow { public WarningReasonWindow(FLY.OBJComponents.IService.IWarningService warningService, int size): base(warningService.ReasonList, size) { } } }