Beispiel #1
0
        private void btnLoadChart_Click(object sender, EventArgs e)
        {
            BOMInitiativeBubbleChart chart = new BOMInitiativeBubbleChart(this);

            chart.Show();
        }
Beispiel #2
0
 private void btnLoadChart_Click(object sender, EventArgs e)
 {
     BOMInitiativeBubbleChart chart = new BOMInitiativeBubbleChart(this);
     chart.Show();
 }