Beispiel #1
0
        void mMenuItem_Click(object sender, EventArgs e)
        {
            PerformanceForm form = new PerformanceForm();

            form.Show();
            form.PerformanceMeasurementPlugin = this;
        }
 void mMenuItem_Click(object sender, EventArgs e)
 {
     PerformanceForm form = new PerformanceForm();
     form.Show();
     form.PerformanceMeasurementPlugin = this;
 }