Spinach.ProgPlot.ProgPlot C# (CSharp) Method

ProgPlot() public method

public ProgPlot ( string path ) : System
path string
return System
        public ProgPlot(string path)
        {
            InitializeComponent();
            imagepath = path;
        }