private void mnuProfileASPNet_Click(object sender, EventArgs e) { frmProfilerASPNet f = new frmProfilerASPNet(this); f.ShowDialog(); }