ATMLCommonLibrary.controls.limit.ExpectedLimitSimpleControl.ExpectedLimitSimpleControl C# (CSharp) Method

ExpectedLimitSimpleControl() public method

public ExpectedLimitSimpleControl ( ) : System.Windows.Forms
return System.Windows.Forms
        public ExpectedLimitSimpleControl()
        {
            InitializeComponent();
            simpleLimitControl.LimitControlType = SimpleLimitControl.ControlType.ExpectedLimit;
        }
ExpectedLimitSimpleControl