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<FLY.OBJComponents.Common.FlyData_WarningHistory> { public WarningReasonWindow(FLY.OBJComponents.IService.IWarningService warningService, int size): base(warningService.ReasonList, size) { } } }