WFA_psychometric_chart.Form1_main.button9_Click C# (CSharp) Method

button9_Click() private method

private button9_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void button9_Click(object sender, EventArgs e)
        {
            //this code basically makes the upadating part constantly...
            //it calls the function UpdateDataConstantly()           
            //this function basically calls every  50 minuest...
            InitTimer();
            //MessageBox.Show("success");

        }
Form1_main