Automatak.Simulator.UI.LogFileControl.LogFileControl C# (CSharp) Method

LogFileControl() public method

public LogFileControl ( ) : System
return System
        public LogFileControl()
        {
            InitializeComponent();

            var tooltip1 = new System.Windows.Forms.ToolTip();
            tooltip1.SetToolTip(this.buttonBrowse, "Browse for a log file");

            var tooltip2 = new System.Windows.Forms.ToolTip();
            tooltip2.SetToolTip(this.buttonStop, "Stop logging to file");

            this.CheckState();
        }