//
        // ------------------------------------------------------------------------------------------------------------------------------
        //
        // Definition of ToolStripButtons
        private void toolStripButton_Start_Click(object sender, EventArgs e)
        {
            // Grap parameters from dataGridview2 (they could be modified by user)
            string [][] AllData = MM0.GetData(dataGridView2, textBox_IFSName, textBox_Points);

            // new instance of NewFrame
            NewFrame outputWin = new NewFrame(size, AllData);

            outputWin.Show();
        } // open new frame for loading image and calculating fractal
        } // Program-End with Exit-Button

        private void toolStripButton_Info_Click(object sender, EventArgs e)
        {
            NewFrame Info = new NewFrame();

            Info.Show();
        } // Opens new frame with information regarding fractal construction methode