WFA_psychometric_chart.Form_Input_For_Seriespoint.Form_Input_For_Seriespoint C# (CSharp) Method

Form_Input_For_Seriespoint() public method

public Form_Input_For_Seriespoint ( Form1_main fm_p_d ) : System
fm_p_d Form1_main
return System
        public Form_Input_For_Seriespoint(Form1_main fm_p_d)
        {
            this.F1 = fm_p_d;
            InitializeComponent();
              this.Disposed += new System.EventHandler ( this.Form_Input_For_Seriespoint_Disposed );
        }