Forex_Strategy_Builder.CheckParam.CheckParam C# (CSharp) 메소드

CheckParam() 공개 메소드

The default constructor.
public CheckParam ( ) : System
리턴 System
        public CheckParam()
        {
            caption = String.Empty;
            isEnabled = false;
            isChecked = false;
            toolTip = String.Empty;
        }