Forex_Strategy_Builder.NUD.NUD C# (CSharp) Method

NUD() public method

public NUD ( ) : System
return System
        public NUD()
        {
            timer = new Timer();
            timer.Tick += new EventHandler(Timer_Tick);

            foreColor  = ForeColor;
            errorColor = Color.Red;
        }