RefreshChartAndDGVForMixNodeFunction() публичный Метод

public RefreshChartAndDGVForMixNodeFunction ( ) : void
Результат void
        private void btnCancel_Click(object sender, EventArgs e)
        {
            //Before we close we need to refresh as well

            f1.RefreshChartAndDGVForMixNodeFunction();
            //--If we are closed then before closing we need to rese the values to previous values
            this.Close();//--This form will be closed by this action
        }
        private void btnCancel_Click(object sender, EventArgs e)
        {
            //First refresh the data while closing
            f1.RefreshChartAndDGVForMixNodeFunction();


            this.Close();//Closing how is this so so confused please be mearciful to humankind
        }